Class: Aws::NetworkManager::Types::DisassociateCustomerGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateCustomerGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_gateway_association ⇒ Types::CustomerGatewayAssociation
Information about the customer gateway association.
Instance Attribute Details
#customer_gateway_association ⇒ Types::CustomerGatewayAssociation
Information about the customer gateway association.
2786 2787 2788 2789 2790 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2786 class DisassociateCustomerGatewayResponse < Struct.new( :customer_gateway_association) SENSITIVE = [] include Aws::Structure end |