Class: Aws::PartnerCentralChannel::Types::CancelChannelHandshakeRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The catalog identifier for the handshake request.

Returns:

  • (String)


119
120
121
122
123
124
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 119

class CancelChannelHandshakeRequest < Struct.new(
  :catalog,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The unique identifier of the channel handshake to cancel.

Returns:

  • (String)


119
120
121
122
123
124
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 119

class CancelChannelHandshakeRequest < Struct.new(
  :catalog,
  :identifier)
  SENSITIVE = []
  include Aws::Structure
end