Class: Aws::Types::DescribeWorkspacesPoolsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkspacesPoolsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::DescribeWorkspacesPoolsFilter]
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#pool_ids ⇒ ::Array[::String]
Returns the value of attribute pool_ids.
Instance Attribute Details
#filters ⇒ ::Array[Types::DescribeWorkspacesPoolsFilter]
Returns the value of attribute filters.
814 815 816 |
# File 'sig/types.rbs', line 814 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
815 816 817 |
# File 'sig/types.rbs', line 815 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
816 817 818 |
# File 'sig/types.rbs', line 816 def next_token @next_token end |
#pool_ids ⇒ ::Array[::String]
Returns the value of attribute pool_ids.
813 814 815 |
# File 'sig/types.rbs', line 813 def pool_ids @pool_ids end |