Class: Aws::Types::SubmitOpportunityRequest
- Inherits:
-
Object
- Object
- Aws::Types::SubmitOpportunityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
-
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def catalog @catalog end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def identifier @identifier end |
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def involvement_type @involvement_type end |
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def visibility @visibility end |