Class: Aws::Types::RegionDescription
- Inherits:
-
Object
- Object
- Aws::Types::RegionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#desired_number_of_domain_controllers ⇒ ::Integer
Returns the value of attribute desired_number_of_domain_controllers.
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
-
#region_name ⇒ ::String
Returns the value of attribute region_name.
-
#region_type ⇒ "Primary", "Additional"
Returns the value of attribute region_type.
-
#status ⇒ "Requested", ...
Returns the value of attribute status.
-
#status_last_updated_date_time ⇒ ::Time
Returns the value of attribute status_last_updated_date_time.
-
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
Instance Attribute Details
#desired_number_of_domain_controllers ⇒ ::Integer
Returns the value of attribute desired_number_of_domain_controllers.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def desired_number_of_domain_controllers @desired_number_of_domain_controllers end |
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def directory_id @directory_id end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def last_updated_date_time @last_updated_date_time end |
#launch_time ⇒ ::Time
Returns the value of attribute launch_time.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def launch_time @launch_time end |
#region_name ⇒ ::String
Returns the value of attribute region_name.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def region_name @region_name end |
#region_type ⇒ "Primary", "Additional"
Returns the value of attribute region_type.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def region_type @region_type end |
#status ⇒ "Requested", ...
Returns the value of attribute status.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def status @status end |
#status_last_updated_date_time ⇒ ::Time
Returns the value of attribute status_last_updated_date_time.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def status_last_updated_date_time @status_last_updated_date_time end |
#vpc_settings ⇒ Types::DirectoryVpcSettings
Returns the value of attribute vpc_settings.
1219 1220 1221 |
# File 'sig/types.rbs', line 1219 def vpc_settings @vpc_settings end |