Class: Aws::PartnerCentralChannel::Types::CancelChannelHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CancelChannelHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Contains details about a canceled channel handshake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the canceled handshake.
-
#id ⇒ String
The unique identifier of the canceled handshake.
-
#status ⇒ String
The current status of the canceled handshake.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the canceled handshake.
101 102 103 104 105 106 107 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 101 class CancelChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the canceled handshake.
101 102 103 104 105 106 107 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 101 class CancelChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the canceled handshake.
101 102 103 104 105 106 107 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 101 class CancelChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |