Class: Aws::PartnerCentralSelling::Types::EngagementSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the created Engagement.

Returns:

  • (String)


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_typesArray<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.

Returns:

  • (Array<String>)


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_atTime

The date and time when the Engagement was created.

Returns:

  • (Time)


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_byString

The AWS Account ID of the Engagement creator.

Returns:

  • (String)


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

#idString

The unique identifier for the Engagement.

Returns:

  • (String)


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_countInteger

The number of members in the Engagement.

Returns:

  • (Integer)


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_atTime

The timestamp indicating when the engagement was last modified, in ISO 8601 format (UTC). Example: "2023-05-01T20:37:46Z".

Returns:

  • (Time)


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_byString

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.

Returns:

  • (String)


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

#titleString

The title of the Engagement.

Returns:

  • (String)


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