Class: Aws::PartnerCentralSelling::Types::CreateOpportunityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::CreateOpportunityResponse
- Defined in:
- gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Read-only, system-generated
Opportunity
unique identifier. -
#last_modified_date ⇒ Time
DateTime
when the opportunity was last modified. -
#partner_opportunity_identifier ⇒ String
Specifies the opportunity's unique identifier in the partner's CRM system.
Instance Attribute Details
#id ⇒ String
Read-only, system-generated Opportunity
unique identifier. Amazon
Web Services creates this identifier, and it's used for all
subsequent opportunity actions, such as updates, associations, and
submissions. It helps to ensure that each opportunity is accurately
tracked and managed.
958 959 960 961 962 963 964 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 958 class CreateOpportunityResponse < Struct.new( :id, :last_modified_date, :partner_opportunity_identifier) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
DateTime
when the opportunity was last modified. When the
Opportunity
is created, its value is CreatedDate
.
958 959 960 961 962 963 964 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 958 class CreateOpportunityResponse < Struct.new( :id, :last_modified_date, :partner_opportunity_identifier) SENSITIVE = [] include Aws::Structure end |
#partner_opportunity_identifier ⇒ String
Specifies the opportunity's unique identifier in the partner's CRM system. This value is essential to track and reconcile because it's included in the outbound payload sent back to the partner.
958 959 960 961 962 963 964 |
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 958 class CreateOpportunityResponse < Struct.new( :id, :last_modified_date, :partner_opportunity_identifier) SENSITIVE = [] include Aws::Structure end |