Class: Aws::RTBFabric::Types::DisassociateCertificateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DisassociateCertificateResponse
- 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.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#status ⇒ String
The status of the certificate association.
Instance Attribute Details
#acm_certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1007 class DisassociateCertificateResponse < Struct.new( :gateway_id, :acm_certificate_arn, :status) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1007 class DisassociateCertificateResponse < Struct.new( :gateway_id, :acm_certificate_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate association.
1007 1008 1009 1010 1011 1012 1013 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1007 class DisassociateCertificateResponse < Struct.new( :gateway_id, :acm_certificate_arn, :status) SENSITIVE = [] include Aws::Structure end |