Class: Aws::Types::Region
- Inherits:
-
Object
- Object
- Aws::Types::Region
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RegionName, RegionNamePath, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#region_name_path ⇒ ::String
Returns the value of attribute region_name_path.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#region_name ⇒ ::String
Returns the value of attribute region_name.
5225 5226 5227 |
# File 'sig/types.rbs', line 5225 def region_name @region_name end |
#region_name_path ⇒ ::String
Returns the value of attribute region_name_path.
5226 5227 5228 |
# File 'sig/types.rbs', line 5226 def region_name_path @region_name_path end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5227 5228 5229 |
# File 'sig/types.rbs', line 5227 def unknown @unknown end |