Class: Aws::DirectConnect::Types::AssociateHostedConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociateHostedConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Note:
When making an API call, you may pass AssociateHostedConnectionRequest data as a hash:
{
connection_id: "ConnectionId", # required
parent_connection_id: "ConnectionId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the hosted connection.
-
#parent_connection_id ⇒ String
The ID of the interconnect or the LAG.
Instance Attribute Details
#connection_id ⇒ String
The ID of the hosted connection.
387 388 389 390 391 392 |
# File 'lib/aws-sdk-directconnect/types.rb', line 387 class AssociateHostedConnectionRequest < Struct.new( :connection_id, :parent_connection_id) SENSITIVE = [] include Aws::Structure end |
#parent_connection_id ⇒ String
The ID of the interconnect or the LAG.
387 388 389 390 391 392 |
# File 'lib/aws-sdk-directconnect/types.rb', line 387 class AssociateHostedConnectionRequest < Struct.new( :connection_id, :parent_connection_id) SENSITIVE = [] include Aws::Structure end |