Class: Aws::PartnerCentralSelling::Types::EngagementSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::EngagementSummary
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
An object that contains an Engagement's subset of fields.
Constant Summary collapse
- SENSITIVE =
[:created_by, :modified_by]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the created Engagement.
-
#context_types ⇒ Array<String>
An array of context types associated with the engagement, such as "CustomerProject" or "Lead".
-
#created_at ⇒ Time
The date and time when the Engagement was created.
-
#created_by ⇒ String
The AWS Account ID of the Engagement creator.
-
#id ⇒ String
The unique identifier for the Engagement.
-
#member_count ⇒ Integer
The number of members in the Engagement.
-
#modified_at ⇒ Time
The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC).
-
#modified_by ⇒ String
The AWS account ID of the user who last modified the engagement.
-
#title ⇒ String
The title of the Engagement.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the created Engagement.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#context_types ⇒ Array<String>
An array of context types associated with the engagement, such as "CustomerProject" or "Lead". This provides a quick overview of the types of contexts included in the engagement.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the Engagement was created.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#created_by ⇒ String
The AWS Account ID of the Engagement creator.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#id ⇒ String
The unique identifier for the Engagement.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#member_count ⇒ Integer
The number of members in the Engagement.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#modified_at ⇒ Time
The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#modified_by ⇒ String
The AWS account ID of the user who last modified the engagement. This field helps track who made the most recent changes to the engagement.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |
#title ⇒ String
The title of the Engagement.
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2016 class EngagementSummary < Struct.new( :arn, :id, :title, :created_at, :created_by, :member_count, :modified_at, :modified_by, :context_types) SENSITIVE = [:created_by, :modified_by] include Aws::Structure end |