Class: Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_handshake_detailTypes::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