Class: Aws::PartnerCentralSelling::Types::UpdateEngagementContextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::UpdateEngagementContextResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#context_id ⇒ String
The unique identifier of the engagement context that was updated.
-
#engagement_arn ⇒ String
The Amazon Resource Name (ARN) of the updated engagement.
-
#engagement_id ⇒ String
The unique identifier of the engagement that was updated.
-
#engagement_last_modified_at ⇒ Time
The timestamp when the engagement context was last modified.
Instance Attribute Details
#context_id ⇒ String
The unique identifier of the engagement context that was updated.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the updated engagement.
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_id ⇒ String
The unique identifier of the engagement that was updated.
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_at ⇒ Time
The timestamp when the engagement context was last modified.
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 |