Class: Aws::Types::DescribeRegionsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegionsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#regions_description ⇒ ::Array[Types::RegionDescription]
Returns the value of attribute regions_description.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
576 577 578 |
# File 'sig/types.rbs', line 576 def next_token @next_token end |
#regions_description ⇒ ::Array[Types::RegionDescription]
Returns the value of attribute regions_description.
575 576 577 |
# File 'sig/types.rbs', line 575 def regions_description @regions_description end |