Class: Aws::PartnerCentralSelling::Types::AcceptEngagementInvitationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

The ‘CatalogType` parameter specifies the catalog associated with the engagement invitation. Accepted values are `AWS` and `Sandbox`, which determine the environment in which the engagement invitation is managed.

Returns:

  • (String)


29
30
31
32
33
34
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 29

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

#identifierString

The ‘Identifier` parameter in the `AcceptEngagementInvitationRequest` specifies the unique identifier of the `EngagementInvitation` to be accepted. Providing the correct identifier ensures that the intended invitation is accepted.

Returns:

  • (String)


29
30
31
32
33
34
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 29

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