Class: Aws::PartnerCentralSelling::Types::CreateEngagementContextResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#context_idString

The unique identifier assigned to the newly created engagement context. This ID can be used to reference the specific context within the engagement for future operations.

Returns:

  • (String)


737
738
739
740
741
742
743
744
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 737

class CreateEngagementContextResponse < Struct.new(
  :engagement_id,
  :engagement_arn,
  :engagement_last_modified_at,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#engagement_arnString

The Amazon Resource Name (ARN) of the engagement to which the context was added. This globally unique identifier can be used for cross-service references and IAM policies.

Returns:

  • (String)


737
738
739
740
741
742
743
744
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 737

class CreateEngagementContextResponse < Struct.new(
  :engagement_id,
  :engagement_arn,
  :engagement_last_modified_at,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#engagement_idString

The unique identifier of the engagement to which the context was added. This ID confirms the successful association of the context with the specified engagement.

Returns:

  • (String)


737
738
739
740
741
742
743
744
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 737

class CreateEngagementContextResponse < Struct.new(
  :engagement_id,
  :engagement_arn,
  :engagement_last_modified_at,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end

#engagement_last_modified_atTime

The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".

Returns:

  • (Time)


737
738
739
740
741
742
743
744
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 737

class CreateEngagementContextResponse < Struct.new(
  :engagement_id,
  :engagement_arn,
  :engagement_last_modified_at,
  :context_id)
  SENSITIVE = []
  include Aws::Structure
end