Class: Aws::NetworkManager::Types::DisassociateCustomerGatewayRequest

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_arnString

The Amazon Resource Name (ARN) of the customer gateway.

Returns:

  • (String)


2536
2537
2538
2539
2540
2541
# File 'lib/aws-sdk-networkmanager/types.rb', line 2536

class DisassociateCustomerGatewayRequest < Struct.new(
  :global_network_id,
  :customer_gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#global_network_idString

The ID of the global network.

Returns:

  • (String)


2536
2537
2538
2539
2540
2541
# File 'lib/aws-sdk-networkmanager/types.rb', line 2536

class DisassociateCustomerGatewayRequest < Struct.new(
  :global_network_id,
  :customer_gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end