Class: Aws::Types::DescribeWorkspaceBundlesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceBundlesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_ids ⇒ ::Array[::String]
Returns the value of attribute bundle_ids.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ ::String
Returns the value of attribute owner.
Instance Attribute Details
#bundle_ids ⇒ ::Array[::String]
Returns the value of attribute bundle_ids.
707 708 709 |
# File 'sig/types.rbs', line 707 def bundle_ids @bundle_ids end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
709 710 711 |
# File 'sig/types.rbs', line 709 def next_token @next_token end |
#owner ⇒ ::String
Returns the value of attribute owner.
708 709 710 |
# File 'sig/types.rbs', line 708 def owner @owner end |