Class: Aws::PartnerCentralSelling::Types::GetEngagementResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:created_by]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the engagement retrieved.

Returns:

  • (String)


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

#contextsArray<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_atTime

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.

Returns:

  • (Time)


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_byString

The AWS account ID of the user who originally created the engagement. This field helps in tracking the origin of the engagement.

Returns:

  • (String)


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

#descriptionString

A more detailed description of the engagement. This provides additional context or information about the engagement’s purpose or scope.

Returns:

  • (String)


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

#idString

The unique resource identifier of the engagement retrieved.

Returns:

  • (String)


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_countInteger

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.

Returns:

  • (Integer)


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

#titleString

The title of the engagement. It provides a brief, descriptive name for the engagement that is meaningful and easily recognizable.

Returns:

  • (String)


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