Class: Aws::Lightsail::Types::CertificateSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-lightsail/types.rb

Overview

Describes an Amazon Lightsail SSL/TLS certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.



1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'lib/aws-sdk-lightsail/types.rb', line 1946

class CertificateSummary < Struct.new(
  :certificate_arn,
  :certificate_name,
  :domain_name,
  :certificate_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_detailTypes::Certificate

An object that describes a certificate in detail.



1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'lib/aws-sdk-lightsail/types.rb', line 1946

class CertificateSummary < Struct.new(
  :certificate_arn,
  :certificate_name,
  :domain_name,
  :certificate_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#certificate_nameString

The name of the certificate.



1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'lib/aws-sdk-lightsail/types.rb', line 1946

class CertificateSummary < Struct.new(
  :certificate_arn,
  :certificate_name,
  :domain_name,
  :certificate_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The domain name of the certificate.



1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'lib/aws-sdk-lightsail/types.rb', line 1946

class CertificateSummary < Struct.new(
  :certificate_arn,
  :certificate_name,
  :domain_name,
  :certificate_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide].

[1]: docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags



1946
1947
1948
1949
1950
1951
1952
1953
1954
# File 'lib/aws-sdk-lightsail/types.rb', line 1946

class CertificateSummary < Struct.new(
  :certificate_arn,
  :certificate_name,
  :domain_name,
  :certificate_detail,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end