Class: Aws::DirectConnect::Types::ConfirmConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ConfirmConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the hosted connection.
Instance Attribute Details
#connection_id ⇒ String
The ID of the hosted connection.
471 472 473 474 475 |
# File 'lib/aws-sdk-directconnect/types.rb', line 471 class ConfirmConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |