Class: Aws::OpenSearchService::Types::RejectInboundConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::RejectInboundConnectionResponse
- 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
-
#connection ⇒ Types::InboundConnection
Contains details about the rejected inbound connection.
Instance Attribute Details
#connection ⇒ Types::InboundConnection
Contains details about the rejected inbound connection.
5296 5297 5298 5299 5300 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5296 class RejectInboundConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |