Class: Aws::Types::DescribeRegionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRegionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
568 569 570 |
# File 'sig/types.rbs', line 568 def directory_id @directory_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
570 571 572 |
# File 'sig/types.rbs', line 570 def next_token @next_token end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
569 570 571 |
# File 'sig/types.rbs', line 569 def region_name @region_name end |