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.
7568 7569 7570 7571 7572 7573 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 7568 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
DateTime when the opportunity was last modified.
7568 7569 7570 7571 7572 7573 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 7568 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |