Class: Aws::Types::AddRegionRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddRegionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
44 45 46 |
# File 'sig/types.rbs', line 44 def directory_id @directory_id end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
45 46 47 |
# File 'sig/types.rbs', line 45 def region_name @region_name end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
46 47 48 |
# File 'sig/types.rbs', line 46 def vpc_settings @vpc_settings end |