Class: Aws::PartnerCentralChannel::Types::CancelChannelHandshakeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CancelChannelHandshakeResponse
- 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::CancelChannelHandshakeDetail
Details of the canceled channel handshake.
Instance Attribute Details
#channel_handshake_detail ⇒ Types::CancelChannelHandshakeDetail
Details of the canceled channel handshake.
132 133 134 135 136 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 132 class CancelChannelHandshakeResponse < Struct.new( :channel_handshake_detail) SENSITIVE = [] include Aws::Structure end |