Class: Aws::PartnerCentralChannel::Types::CreateChannelHandshakeDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created handshake.

Returns:

  • (String)


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

#idString

The unique identifier of the created handshake.

Returns:

  • (String)


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