Class: Aws::Outposts::Types::GetConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Note:
When making an API call, you may pass GetConnectionRequest data as a hash:
{
connection_id: "ConnectionId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_id ⇒ String
The ID of the connection you request.
Instance Attribute Details
#connection_id ⇒ String
The ID of the connection you request.
656 657 658 659 660 |
# File 'lib/aws-sdk-outposts/types.rb', line 656 class GetConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |