Class: Aws::Types::DescribeWorkspacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspacesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#user_name ⇒ ::String
Returns the value of attribute user_name.
-
#workspace_ids ⇒ ::Array[::String]
Returns the value of attribute workspace_ids.
-
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
Instance Attribute Details
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
830 831 832 |
# File 'sig/types.rbs', line 830 def bundle_id @bundle_id end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
828 829 830 |
# File 'sig/types.rbs', line 828 def directory_id @directory_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
831 832 833 |
# File 'sig/types.rbs', line 831 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
832 833 834 |
# File 'sig/types.rbs', line 832 def next_token @next_token end |
#user_name ⇒ ::String
Returns the value of attribute user_name.
829 830 831 |
# File 'sig/types.rbs', line 829 def user_name @user_name end |
#workspace_ids ⇒ ::Array[::String]
Returns the value of attribute workspace_ids.
827 828 829 |
# File 'sig/types.rbs', line 827 def workspace_ids @workspace_ids end |
#workspace_name ⇒ ::String
Returns the value of attribute workspace_name.
833 834 835 |
# File 'sig/types.rbs', line 833 def workspace_name @workspace_name end |