Class: Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeResponse
- 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::AcceptChannelHandshakeDetail
Details of the accepted channel handshake.
Instance Attribute Details
#channel_handshake_detail ⇒ Types::AcceptChannelHandshakeDetail
Details of the accepted channel handshake.
60 61 62 63 64 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 60 class AcceptChannelHandshakeResponse < Struct.new( :channel_handshake_detail) SENSITIVE = [] include Aws::Structure end |