Class: Aws::Types::AssignOpportunityRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssignOpportunityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assignee ⇒ Types::AssigneeContact
Returns the value of attribute assignee.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#assignee ⇒ Types::AssigneeContact
Returns the value of attribute assignee.
69 70 71 |
# File 'sig/types.rbs', line 69 def assignee @assignee end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
67 68 69 |
# File 'sig/types.rbs', line 67 def catalog @catalog end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
68 69 70 |
# File 'sig/types.rbs', line 68 def identifier @identifier end |