Class: Aws::PartnerCentralSelling::Types::EngagementResourceAssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::EngagementResourceAssociationSummary
- Includes:
- Structure
- Defined in:
- 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
-
#catalog ⇒ String
Indicates the environment in which the resource and engagement exist.
-
#created_by ⇒ String
The AWS account ID of the entity that owns the resource.
-
#engagement_id ⇒ String
A unique identifier for the engagement associated with the resource.
-
#resource_id ⇒ String
A unique identifier for the specific resource.
-
#resource_type ⇒ String
Categorizes the type of resource associated with the engagement.
Instance Attribute Details
#catalog ⇒ String
Indicates the environment in which the resource and engagement exist.
2014 2015 2016 2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2014 class EngagementResourceAssociationSummary < Struct.new( :catalog, :engagement_id, :resource_type, :resource_id, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#created_by ⇒ String
The AWS account ID of the entity that owns the resource. Identifies the account responsible for or having primary control over the resource.
2014 2015 2016 2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2014 class EngagementResourceAssociationSummary < Struct.new( :catalog, :engagement_id, :resource_type, :resource_id, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#engagement_id ⇒ String
A unique identifier for the engagement associated with the resource.
2014 2015 2016 2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2014 class EngagementResourceAssociationSummary < Struct.new( :catalog, :engagement_id, :resource_type, :resource_id, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#resource_id ⇒ String
A unique identifier for the specific resource. Varies depending on the resource type.
2014 2015 2016 2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2014 class EngagementResourceAssociationSummary < Struct.new( :catalog, :engagement_id, :resource_type, :resource_id, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |
#resource_type ⇒ String
Categorizes the type of resource associated with the engagement.
2014 2015 2016 2017 2018 2019 2020 2021 2022 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2014 class EngagementResourceAssociationSummary < Struct.new( :catalog, :engagement_id, :resource_type, :resource_id, :created_by) SENSITIVE = [:created_by] include Aws::Structure end |