Class: Aws::ApiGatewayManagementApi::Types::DeleteConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayManagementApi::Types::DeleteConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewaymanagementapi/types.rb
Overview
Note:
When making an API call, you may pass DeleteConnectionRequest data as a hash:
{
connection_id: "__string", # required
}
Instance Attribute Summary collapse
Instance Attribute Details
#connection_id ⇒ String
21 22 23 24 |
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 21 class DeleteConnectionRequest < Struct.new( :connection_id) include Aws::Structure end |