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.
2531 2532 2533 2534 2535 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2531 class DisassociateCustomerGatewayResponse < Struct.new( :customer_gateway_association) SENSITIVE = [] include Aws::Structure end |