Class: Aws::RTBFabric::Types::CertificateAssociationSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#acm_certificate_arnString

The Amazon Resource Name (ARN) of the ACM certificate.

Returns:

  • (String)


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_atTime

The timestamp of when the certificate was associated.

Returns:

  • (Time)


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

#statusString

The status of the certificate association.

Returns:

  • (String)


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_atTime

The timestamp of when the certificate association was last updated.

Returns:

  • (Time)


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