Class: Aws::Types::RelatedEntityIdentifiers
- Inherits:
-
Object
- Object
- Aws::Types::RelatedEntityIdentifiers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_marketplace_offer_sets ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_offer_sets.
-
#aws_marketplace_offers ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_offers.
-
#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_offer_sets ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_offer_sets.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def aws_marketplace_offer_sets @aws_marketplace_offer_sets end |
#aws_marketplace_offers ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_offers.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def aws_marketplace_offers @aws_marketplace_offers end |
#aws_marketplace_products ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_products.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def aws_marketplace_products @aws_marketplace_products end |
#aws_marketplace_solutions ⇒ ::Array[::String]
Returns the value of attribute aws_marketplace_solutions.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def aws_marketplace_solutions @aws_marketplace_solutions end |
#aws_products ⇒ ::Array[::String]
Returns the value of attribute aws_products.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def aws_products @aws_products end |
#solutions ⇒ ::Array[::String]
Returns the value of attribute solutions.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def solutions @solutions end |