Class: Aws::PartnerCentralChannel::Types::RejectChannelHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::RejectChannelHandshakeResponse
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_handshake_detail ⇒ Types::RejectChannelHandshakeDetail
Details of the rejected channel handshake.
Instance Attribute Details
#channel_handshake_detail ⇒ Types::RejectChannelHandshakeDetail
Details of the rejected channel handshake.
1159 1160 1161 1162 1163 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1159 class RejectChannelHandshakeResponse < Struct.new( :channel_handshake_detail) SENSITIVE = [] include Aws::Structure end |