Class: Aws::OpenSearchService::Types::RejectInboundConnectionResponse

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

Overview

Represents the output of a RejectInboundConnection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectionTypes::InboundConnection

Contains details about the rejected inbound connection.



5098
5099
5100
5101
5102
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5098

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