Class: Aws::Types::ListLocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListLocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[("AWS" | "CUSTOM")]
Returns the value of attribute filters.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#filters ⇒ ::Array[("AWS" | "CUSTOM")]
Returns the value of attribute filters.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def filters @filters end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def next_token @next_token end |