Class: Aws::PartnerCentralChannel::Types::AcceptChannelHandshakeDetail

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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#idString

The unique identifier of the accepted handshake.

Returns:

  • (String)


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

#statusString

The current status of the accepted handshake.

Returns:

  • (String)


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