Class: Aws::PartnerCentralChannel::Types::CreateChannelHandshakeDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::CreateChannelHandshakeDetail
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Contains details about a newly created channel handshake.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created handshake.
-
#id ⇒ String
The unique identifier of the created handshake.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created handshake.
276 277 278 279 280 281 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 276 class CreateChannelHandshakeDetail < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the created handshake.
276 277 278 279 280 281 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 276 class CreateChannelHandshakeDetail < Struct.new( :id, :arn) SENSITIVE = [] include Aws::Structure end |