Class: Aws::PartnerCentralSelling::Types::UpdateEngagementContextResponse

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 of the engagement context that was updated.

Returns:

  • (String)


6292
6293
6294
6295
6296
6297
6298
6299
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6292

class UpdateEngagementContextResponse < 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 updated engagement.

Returns:

  • (String)


6292
6293
6294
6295
6296
6297
6298
6299
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6292

class UpdateEngagementContextResponse < 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 that was updated.

Returns:

  • (String)


6292
6293
6294
6295
6296
6297
6298
6299
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6292

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

#engagement_last_modified_atTime

The timestamp when the engagement context was last modified.

Returns:

  • (Time)


6292
6293
6294
6295
6296
6297
6298
6299
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 6292

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