Class: Aws::PartnerCentralChannel::Types::RejectChannelHandshakeDetail

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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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

#idString

The unique identifier of the rejected handshake.

Returns:

  • (String)


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

#statusString

The current status of the rejected handshake.

Returns:

  • (String)


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