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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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".
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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.
1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1915 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 |