Class: Aws::PartnerCentralSelling::Types::EngagementContextDetails

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

Overview

Provides detailed context information for an Engagement. This structure allows for specifying the type of context and its associated payload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadTypes::EngagementContextPayload

Contains the specific details of the Engagement context. The structure of this payload varies depending on the Type field.



1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1282

class EngagementContextDetails < Struct.new(
  :type,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies the type of Engagement context. Valid values are "CustomerProject" or "Document", indicating whether the context relates to a customer project or a document respectively.

Returns:

  • (String)


1282
1283
1284
1285
1286
1287
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1282

class EngagementContextDetails < Struct.new(
  :type,
  :payload)
  SENSITIVE = []
  include Aws::Structure
end