Class: Aws::Types::DescribePoolsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePoolsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::PoolFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#owner ⇒ "SELF", "SHARED"
Returns the value of attribute owner.
-
#pool_ids ⇒ ::Array[::String]
Returns the value of attribute pool_ids.
Instance Attribute Details
#filters ⇒ ::Array[Types::PoolFilter]
Returns the value of attribute filters.
833 834 835 |
# File 'sig/types.rbs', line 833 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
835 836 837 |
# File 'sig/types.rbs', line 835 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
834 835 836 |
# File 'sig/types.rbs', line 834 def next_token @next_token end |
#owner ⇒ "SELF", "SHARED"
Returns the value of attribute owner.
836 837 838 |
# File 'sig/types.rbs', line 836 def owner @owner end |
#pool_ids ⇒ ::Array[::String]
Returns the value of attribute pool_ids.
832 833 834 |
# File 'sig/types.rbs', line 832 def pool_ids @pool_ids end |