Class: Aws::OpenSearchService::Types::RejectInboundConnectionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the request parameters to the RejectInboundConnection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_idString

The unique identifier of the inbound connection to reject.

Returns:

  • (String)


5084
5085
5086
5087
5088
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5084

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