Class: Aws::PartnerCentralChannel::Types::CreateChannelHandshakeRequest

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

#associated_resource_identifierString

The identifier of the resource associated with this handshake.

Returns:

  • (String)


314
315
316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 314

class CreateChannelHandshakeRequest < Struct.new(
  :handshake_type,
  :catalog,
  :associated_resource_identifier,
  :payload,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#catalogString

The catalog identifier for the handshake request.

Returns:

  • (String)


314
315
316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 314

class CreateChannelHandshakeRequest < Struct.new(
  :handshake_type,
  :catalog,
  :associated_resource_identifier,
  :payload,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


314
315
316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 314

class CreateChannelHandshakeRequest < Struct.new(
  :handshake_type,
  :catalog,
  :associated_resource_identifier,
  :payload,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#handshake_typeString

The type of handshake to create (e.g., start service period, revoke service period).

Returns:

  • (String)


314
315
316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 314

class CreateChannelHandshakeRequest < Struct.new(
  :handshake_type,
  :catalog,
  :associated_resource_identifier,
  :payload,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#payloadTypes::ChannelHandshakePayload

The payload containing specific details for the handshake type.



314
315
316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 314

class CreateChannelHandshakeRequest < Struct.new(
  :handshake_type,
  :catalog,
  :associated_resource_identifier,
  :payload,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Key-value pairs to associate with the channel handshake.

Returns:



314
315
316
317
318
319
320
321
322
323
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 314

class CreateChannelHandshakeRequest < Struct.new(
  :handshake_type,
  :catalog,
  :associated_resource_identifier,
  :payload,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end