Class: Aws::ApiGatewayManagementApi::Types::GetConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::GetConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/types.rb
Overview
Note:
When making an API call, you may pass GetConnectionRequest data as a hash:
{
connection_id: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#connection_id ⇒ String
43 44 45 46 47 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 43 class GetConnectionRequest < Struct.new( :connection_id) SENSITIVE = [] include Aws::Structure end |