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.
5398 5399 5400 5401 5402 5403 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5398 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Time
‘DateTime` when the opportunity was last modified.
5398 5399 5400 5401 5402 5403 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5398 class UpdateOpportunityResponse < Struct.new( :id, :last_modified_date) SENSITIVE = [] include Aws::Structure end |