Class: Aws::PartnerCentralChannel::Types::CreateChannelHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CreateChannelHandshakeResponse
- 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::CreateChannelHandshakeDetail
Details of the created channel handshake.
Instance Attribute Details
#channel_handshake_detail ⇒ Types::CreateChannelHandshakeDetail
Details of the created channel handshake.
331 332 333 334 335 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 331 class CreateChannelHandshakeResponse < Struct.new( :channel_handshake_detail) SENSITIVE = [] include Aws::Structure end |