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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkmanager/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.



2300
2301
2302
2303
2304
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2300

class DisassociateCustomerGatewayResponse < Struct.new(
  :customer_gateway_association)
  SENSITIVE = []
  include Aws::Structure
end