Class: Aws::RTBFabric::Types::GetCertificateAssociationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

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)


1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1127

class GetCertificateAssociationResponse < Struct.new(
  :gateway_id,
  :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)


1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1127

class GetCertificateAssociationResponse < Struct.new(
  :gateway_id,
  :acm_certificate_arn,
  :status,
  :associated_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1127

class GetCertificateAssociationResponse < Struct.new(
  :gateway_id,
  :acm_certificate_arn,
  :status,
  :associated_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the certificate association.

Returns:

  • (String)


1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1127

class GetCertificateAssociationResponse < Struct.new(
  :gateway_id,
  :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)


1127
1128
1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1127

class GetCertificateAssociationResponse < Struct.new(
  :gateway_id,
  :acm_certificate_arn,
  :status,
  :associated_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end