Class: Aws::ApiGatewayManagementApi::Types::DeleteConnectionRequest

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 DeleteConnectionRequest data as a hash:

{
  connection_id: "__string", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

Returns:

  • (String)


23
24
25
26
27
# File 'lib/aws-sdk-apigatewaymanagementapi/types.rb', line 23

class DeleteConnectionRequest < Struct.new(
  :connection_id)
  SENSITIVE = []
  include Aws::Structure
end