Class: Aws::Types::ListLocationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListLocationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locations ⇒ ::Array[Types::LocationModel]
Returns the value of attribute locations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#locations ⇒ ::Array[Types::LocationModel]
Returns the value of attribute locations.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def locations @locations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def next_token @next_token end |