Class: Aws::ApiGatewayManagementApi::Types::GetConnectionRequest

Inherits:
Struct
  • Object
show all
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
}

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

Returns:

  • (String)


36
37
38
39
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 36

class GetConnectionRequest < Struct.new(
  :connection_id)
  include Aws::Structure
end