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.
1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1403 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.
1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1403 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.
1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1403 class DeleteDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :direct_connect_gateway_id, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |