Class: Aws::Types::DescribeWorkspaceBundlesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceBundlesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundles ⇒ ::Array[Types::WorkspaceBundle]
Returns the value of attribute bundles.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#bundles ⇒ ::Array[Types::WorkspaceBundle]
Returns the value of attribute bundles.
714 715 716 |
# File 'sig/types.rbs', line 714 def bundles @bundles end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
715 716 717 |
# File 'sig/types.rbs', line 715 def next_token @next_token end |