Class: Aws::RTBFabric::Types::CertificateAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::CertificateAssociationSummary
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Describes a summary of a certificate association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#acm_certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
-
#associated_at ⇒ Time
The timestamp of when the certificate was associated.
-
#status ⇒ String
The status of the certificate association.
-
#updated_at ⇒ Time
The timestamp of when the certificate association was last updated.
Instance Attribute Details
#acm_certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
263 264 265 266 267 268 269 270 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263 class CertificateAssociationSummary < Struct.new( :acm_certificate_arn, :status, :associated_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#associated_at ⇒ Time
The timestamp of when the certificate was associated.
263 264 265 266 267 268 269 270 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263 class CertificateAssociationSummary < Struct.new( :acm_certificate_arn, :status, :associated_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate association.
263 264 265 266 267 268 269 270 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263 class CertificateAssociationSummary < Struct.new( :acm_certificate_arn, :status, :associated_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp of when the certificate association was last updated.
263 264 265 266 267 268 269 270 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 263 class CertificateAssociationSummary < Struct.new( :acm_certificate_arn, :status, :associated_at, :updated_at) SENSITIVE = [] include Aws::Structure end |