Class: Aws::Types::DescribeWorkspaceDirectoriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspaceDirectoriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_ids ⇒ ::Array[::String]
Returns the value of attribute directory_ids.
-
#filters ⇒ ::Array[Types::DescribeWorkspaceDirectoriesFilter]
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workspace_directory_names ⇒ ::Array[::String]
Returns the value of attribute workspace_directory_names.
Instance Attribute Details
#directory_ids ⇒ ::Array[::String]
Returns the value of attribute directory_ids.
726 727 728 |
# File 'sig/types.rbs', line 726 def directory_ids @directory_ids end |
#filters ⇒ ::Array[Types::DescribeWorkspaceDirectoriesFilter]
Returns the value of attribute filters.
730 731 732 |
# File 'sig/types.rbs', line 730 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
728 729 730 |
# File 'sig/types.rbs', line 728 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
729 730 731 |
# File 'sig/types.rbs', line 729 def next_token @next_token end |
#workspace_directory_names ⇒ ::Array[::String]
Returns the value of attribute workspace_directory_names.
727 728 729 |
# File 'sig/types.rbs', line 727 def workspace_directory_names @workspace_directory_names end |