Class: Aws::NetworkManager::Types::AssociateCustomerGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::AssociateCustomerGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_gateway_association ⇒ Types::CustomerGatewayAssociation
The customer gateway association.
Instance Attribute Details
#customer_gateway_association ⇒ Types::CustomerGatewayAssociation
The customer gateway association.
163 164 165 166 167 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 163 class AssociateCustomerGatewayResponse < Struct.new( :customer_gateway_association) SENSITIVE = [] include Aws::Structure end |