Class: Aws::Types::AssociateOpportunityRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateOpportunityRequest
- 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.
83 84 85 |
# File 'sig/types.rbs', line 83 def catalog @catalog end |
#opportunity_identifier ⇒ ::String
Returns the value of attribute opportunity_identifier.
84 85 86 |
# File 'sig/types.rbs', line 84 def opportunity_identifier @opportunity_identifier end |
#related_entity_identifier ⇒ ::String
Returns the value of attribute related_entity_identifier.
86 87 88 |
# File 'sig/types.rbs', line 86 def @related_entity_identifier end |
#related_entity_type ⇒ "Solutions", ...
Returns the value of attribute related_entity_type.
85 86 87 |
# File 'sig/types.rbs', line 85 def @related_entity_type end |