Class: Aws::RTBFabric::Types::DisassociateCertificateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::DisassociateCertificateRequest
- 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 to disassociate.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
Instance Attribute Details
#acm_certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate to disassociate.
986 987 988 989 990 991 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 986 class DisassociateCertificateRequest < Struct.new( :gateway_id, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
986 987 988 989 990 991 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 986 class DisassociateCertificateRequest < Struct.new( :gateway_id, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |