Class: Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Note:
When making an API call, you may pass DeleteDirectConnectGatewayAssociationRequest data as a hash:
{
association_id: "DirectConnectGatewayAssociationId",
direct_connect_gateway_id: "DirectConnectGatewayId",
virtual_gateway_id: "VirtualGatewayId",
}
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.
1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1791 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.
1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1791 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.
1791 1792 1793 1794 1795 1796 1797 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1791 class DeleteDirectConnectGatewayAssociationRequest < Struct.new( :association_id, :direct_connect_gateway_id, :virtual_gateway_id) SENSITIVE = [] include Aws::Structure end |