Class: Aws::PartnerCentralSelling::Types::UpdateOpportunityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::UpdateOpportunityResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
Read-only, system generated
Opportunityunique identifier. -
#last_modified_date ⇒ Time
DateTimewhen the opportunity was last modified.
Instance Attribute Details
#id ⇒ String
Read-only, system generated Opportunity unique identifier.
7653 7654 7655 7656 7657 7658 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 7653 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
DateTime when the opportunity was last modified.
7653 7654 7655 7656 7657 7658 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 7653 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |