Class: Aws::Outposts::Types::GetConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetConnectionRequest
- Defined in:
- gems/aws-sdk-outposts/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.
826 827 828 829 830 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 826 class GetConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |