Class: Aws::Types::ListOfferingsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListOfferingsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#offerings ⇒ ::Array[Types::Offering]
Returns the value of attribute offerings.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def next_token @next_token end |
#offerings ⇒ ::Array[Types::Offering]
Returns the value of attribute offerings.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def offerings @offerings end |