Class: Aws::Types::GetBundlesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetBundlesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundles ⇒ ::Array[Types::Bundle]
Returns the value of attribute bundles.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#bundles ⇒ ::Array[Types::Bundle]
Returns the value of attribute bundles.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def bundles @bundles end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def next_page_token @next_page_token end |