Class: Aws::RTBFabric::Types::GetCertificateAssociationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetCertificateAssociationResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
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.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#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.
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_at ⇒ Time
The timestamp of when the certificate was associated.
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_id ⇒ String
The unique identifier of the gateway.
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 |
#status ⇒ String
The status of the certificate association.
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_at ⇒ Time
The timestamp of when the certificate association was last updated.
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 |