Class: Aws::Types::DisassociateOpportunityRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateOpportunityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#opportunity_identifier ⇒ ::String
Returns the value of attribute opportunity_identifier.
-
#related_entity_identifier ⇒ ::String
Returns the value of attribute related_entity_identifier.
-
#related_entity_type ⇒ "Solutions", ...
Returns the value of attribute related_entity_type.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
340 341 342 |
# File 'sig/types.rbs', line 340 def catalog @catalog end |
#opportunity_identifier ⇒ ::String
Returns the value of attribute opportunity_identifier.
341 342 343 |
# File 'sig/types.rbs', line 341 def opportunity_identifier @opportunity_identifier end |
#related_entity_identifier ⇒ ::String
Returns the value of attribute related_entity_identifier.
343 344 345 |
# File 'sig/types.rbs', line 343 def @related_entity_identifier end |
#related_entity_type ⇒ "Solutions", ...
Returns the value of attribute related_entity_type.
342 343 344 |
# File 'sig/types.rbs', line 342 def @related_entity_type end |