Class: Aws::NetworkManager::Types::DisassociateCustomerGatewayResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#customer_gateway_associationTypes::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