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.



2384
2385
2386
2387
2388
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2384

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