Class: Aws::NetworkManager::Types::DisassociateCustomerGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DisassociateCustomerGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#customer_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the customer gateway.
-
#global_network_id ⇒ String
The ID of the global network.
Instance Attribute Details
#customer_gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the customer gateway.
2518 2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2518 class DisassociateCustomerGatewayRequest < Struct.new( :global_network_id, :customer_gateway_arn) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2518 2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2518 class DisassociateCustomerGatewayRequest < Struct.new( :global_network_id, :customer_gateway_arn) SENSITIVE = [] include Aws::Structure end |