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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/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.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1832

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.

Returns:



1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1832

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.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1832

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.

Returns:

  • (String)


1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1832

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.

Returns:



1832
1833
1834
1835
1836
1837
1838
1839
1840
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 1832

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