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.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1215 class GetCertificateAssociationRequest < Struct.new( :gateway_id, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
1215 1216 1217 1218 1219 1220 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1215 class GetCertificateAssociationRequest < Struct.new( :gateway_id, :acm_certificate_arn) SENSITIVE = [] include Aws::Structure end |