Class: Aws::RTBFabric::Types::GetCertificateAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::GetCertificateAssociationRequest
- 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.
Instance Attribute Details
#acm_certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the ACM certificate.
1098 1099 1100 1101 1102 1103 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1098 class GetCertificateAssociationRequest < Struct.new( :gateway_id, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
1098 1099 1100 1101 1102 1103 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1098 class GetCertificateAssociationRequest < Struct.new( :gateway_id, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |