Class: Aws::PartnerCentralSelling::Types::CreateEngagementContextResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateEngagementContextResponse
- 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 assigned to the newly created engagement context.
-
#engagement_arn ⇒ String
The Amazon Resource Name (ARN) of the engagement to which the context was added.
-
#engagement_id ⇒ String
The unique identifier of the engagement to which the context was added.
-
#engagement_last_modified_at ⇒ Time
The timestamp indicating when the engagement was last modified as a result of adding the context, in ISO 8601 format (UTC).
Instance Attribute Details
#context_id ⇒ String
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.
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_arn ⇒ String
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.
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_id ⇒ String
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.
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_at ⇒ Time
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".
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 |