Class: Aws::PartnerCentralSelling::Types::GetEngagementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::GetEngagementResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:created_by]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the engagement retrieved.
-
#contexts ⇒ Array<Types::EngagementContextDetails>
A list of context objects associated with the engagement.
-
#created_at ⇒ Time
The date and time when the Engagement was created, presented in ISO 8601 format (UTC).
-
#created_by ⇒ String
The AWS account ID of the user who originally created the engagement.
-
#description ⇒ String
A more detailed description of the engagement.
-
#id ⇒ String
The unique resource identifier of the engagement retrieved.
-
#member_count ⇒ Integer
Specifies the current count of members participating in the Engagement.
-
#title ⇒ String
The title of the engagement.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the engagement retrieved.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#contexts ⇒ Array<Types::EngagementContextDetails>
A list of context objects associated with the engagement. Each context provides additional information related to the Engagement, such as customer projects or documents.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#created_at ⇒ Time
The date and time when the Engagement was created, presented in ISO 8601 format (UTC). For example: “2023-05-01T20:37:46Z”. This timestamp helps track the lifecycle of the Engagement.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#created_by ⇒ String
The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#description ⇒ String
A more detailed description of the engagement. This provides additional context or information about the engagement’s purpose or scope.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#id ⇒ String
The unique resource identifier of the engagement retrieved.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#member_count ⇒ Integer
Specifies the current count of members participating in the Engagement. This count includes all active members regardless of their roles or permissions within the Engagement.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |
#title ⇒ String
The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.
1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 1999 class GetEngagementResponse < Struct.new( :arn, :contexts, :created_at, :created_by, :description, :id, :member_count, :title) SENSITIVE = [:created_by] include Aws::Structure end |