Class: Aws::PartnerCentralChannel::Types::RejectChannelHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::RejectChannelHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Contains details about a rejected channel handshake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the rejected handshake.
-
#id ⇒ String
The unique identifier of the rejected handshake.
-
#status ⇒ String
The current status of the rejected handshake.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the rejected handshake.
1128 1129 1130 1131 1132 1133 1134 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1128 class RejectChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the rejected handshake.
1128 1129 1130 1131 1132 1133 1134 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1128 class RejectChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the rejected handshake.
1128 1129 1130 1131 1132 1133 1134 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1128 class RejectChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |