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 ‘Opportunity` unique identifier.
-
#last_modified_date ⇒ Time
‘DateTime` when the opportunity was last modified.
Instance Attribute Details
#id ⇒ String
Read-only, system generated ‘Opportunity` unique identifier.
3331 3332 3333 3334 3335 3336 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3331 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
‘DateTime` when the opportunity was last modified.
3331 3332 3333 3334 3335 3336 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 3331 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |