Class: Aws::DirectConnect::Types::AssociateHostedConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::AssociateHostedConnectionRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
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.
253 254 255 256 257 258 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 253 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.
253 254 255 256 257 258 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 253 class AssociateHostedConnectionRequest < Struct.new( :connection_id, :parent_connection_id) SENSITIVE = [] include Aws::Structure end |