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

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

Overview

Constant Summary collapse

SENSITIVE =
[:created_by, :modified_by]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_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.



2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_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)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_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)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_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)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_by]
  include Aws::Structure
end

#idString

The unique resource identifier of the engagement retrieved.

Returns:

  • (String)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_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)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  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". This helps track the most recent changes to the engagement.

Returns:

  • (Time)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  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)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_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)


2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 2308

class GetEngagementResponse < Struct.new(
  :id,
  :arn,
  :title,
  :description,
  :created_at,
  :created_by,
  :member_count,
  :modified_at,
  :modified_by,
  :contexts)
  SENSITIVE = [:created_by, :modified_by]
  include Aws::Structure
end