Class: Aws::Types::CreateOpportunityResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateOpportunityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
271 272 273 |
# File 'sig/types.rbs', line 271 def id @id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
273 274 275 |
# File 'sig/types.rbs', line 273 def last_modified_date @last_modified_date end |
#partner_opportunity_identifier ⇒ ::String
Returns the value of attribute partner_opportunity_identifier.
272 273 274 |
# File 'sig/types.rbs', line 272 def partner_opportunity_identifier @partner_opportunity_identifier end |