Class: Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Contains details about an accepted channel handshake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the accepted handshake.
-
#id ⇒ String
The unique identifier of the accepted handshake.
-
#status ⇒ String
The current status of the accepted handshake.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the accepted handshake.
29 30 31 32 33 34 35 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 29 class AcceptChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the accepted handshake.
29 30 31 32 33 34 35 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 29 class AcceptChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the accepted handshake.
29 30 31 32 33 34 35 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 29 class AcceptChannelHandshakeDetail < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |