Class: Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
The ID of the Direct Connect gateway association.
-
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
-
#virtual_gateway_id ⇒ String
The ID of the virtual private gateway.
Instance Attribute Details
#association_id ⇒ String
The ID of the Direct Connect gateway association.
1378 1379 1380 1381 1382 1383 1384 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1378 class DeleteDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :direct_connect_gateway_id, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |
#direct_connect_gateway_id ⇒ String
The ID of the Direct Connect gateway.
1378 1379 1380 1381 1382 1383 1384 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1378 class DeleteDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :direct_connect_gateway_id, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |
#virtual_gateway_id ⇒ String
The ID of the virtual private gateway.
1378 1379 1380 1381 1382 1383 1384 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1378 class DeleteDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :direct_connect_gateway_id, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |