Class: Aws::Types::AwsOpportunityRelatedEntities
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpportunityRelatedEntities
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_marketplace_products ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_products.
-
#aws_marketplace_solutions ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_solutions.
-
#aws_products ⇒ ::Array[::String]
Returns the value of attribute aws_products.
-
#solutions ⇒ ::Array[::String]
Returns the value of attribute solutions.
Instance Attribute Details
#aws_marketplace_products ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_products.
123 124 125 |
# File 'sig/types.rbs', line 123 def aws_marketplace_products @aws_marketplace_products end |
#aws_marketplace_solutions ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_solutions.
122 123 124 |
# File 'sig/types.rbs', line 122 def aws_marketplace_solutions @aws_marketplace_solutions end |
#aws_products ⇒ ::Array[::String]
Returns the value of attribute aws_products.
120 121 122 |
# File 'sig/types.rbs', line 120 def aws_products @aws_products end |
#solutions ⇒ ::Array[::String]
Returns the value of attribute solutions.
121 122 123 |
# File 'sig/types.rbs', line 121 def solutions @solutions end |