Class: Aws::Outposts::Types::GetConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection.
718 719 720 721 722 |
# File 'lib/aws-sdk-outposts/types.rb', line 718 class GetConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |