Class: Aws::Types::UpdateAvailabilityOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAvailabilityOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
525 526 527 |
# File 'sig/types.rbs', line 525 def domain_name @domain_name end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
526 527 528 |
# File 'sig/types.rbs', line 526 def multi_az @multi_az end |