Class: Aws::PartnerCentralSelling::Types::EngagementResourceAssociationSummary

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

Overview

This provide a streamlined view of the relationships between engagements and resources. These summaries offer a crucial link between collaborative engagements and the specific resources involved, such as opportunities.These summaries are particularly valuable for partners navigating complex engagements with multiple resources. They enable quick insights into resource distribution across engagements, support efficient resource management, and help maintain a clear overview of collaborative activities.

Constant Summary collapse

SENSITIVE =
[:created_by]

Instance Attribute Summary collapse

Instance Attribute Details

#catalogString

Indicates the environment in which the resource and engagement exist.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1841

class EngagementResourceAssociationSummary < Struct.new(
  :catalog,
  :engagement_id,
  :resource_type,
  :resource_id,
  :created_by)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#created_byString

The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1841

class EngagementResourceAssociationSummary < Struct.new(
  :catalog,
  :engagement_id,
  :resource_type,
  :resource_id,
  :created_by)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#engagement_idString

A unique identifier for the engagement associated with the resource.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1841

class EngagementResourceAssociationSummary < Struct.new(
  :catalog,
  :engagement_id,
  :resource_type,
  :resource_id,
  :created_by)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_idString

A unique identifier for the specific resource. Varies depending on the resource type.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1841

class EngagementResourceAssociationSummary < Struct.new(
  :catalog,
  :engagement_id,
  :resource_type,
  :resource_id,
  :created_by)
  SENSITIVE = [:created_by]
  include Aws::Structure
end

#resource_typeString

Categorizes the type of resource associated with the engagement.

Returns:

  • (String)


1841
1842
1843
1844
1845
1846
1847
1848
1849
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 1841

class EngagementResourceAssociationSummary < Struct.new(
  :catalog,
  :engagement_id,
  :resource_type,
  :resource_id,
  :created_by)
  SENSITIVE = [:created_by]
  include Aws::Structure
end