Class: Aws::Types::ListOfferingPromotionsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListOfferingPromotionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#offering_promotions ⇒ ::Array[Types::OfferingPromotion]
Returns the value of attribute offering_promotions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
754 755 756 |
# File 'sig/types.rbs', line 754 def next_token @next_token end |
#offering_promotions ⇒ ::Array[Types::OfferingPromotion]
Returns the value of attribute offering_promotions.
753 754 755 |
# File 'sig/types.rbs', line 753 def offering_promotions @offering_promotions end |