Class: Aws::Types::UpgradeDomainRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeDomainRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute advanced_options.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#perform_check_only ⇒ Boolean
Returns the value of attribute perform_check_only.
-
#target_version ⇒ ::String
Returns the value of attribute target_version.
Instance Attribute Details
#advanced_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute advanced_options.
2492 2493 2494 |
# File 'sig/types.rbs', line 2492 def @advanced_options end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2489 2490 2491 |
# File 'sig/types.rbs', line 2489 def domain_name @domain_name end |
#perform_check_only ⇒ Boolean
Returns the value of attribute perform_check_only.
2491 2492 2493 |
# File 'sig/types.rbs', line 2491 def perform_check_only @perform_check_only end |
#target_version ⇒ ::String
Returns the value of attribute target_version.
2490 2491 2492 |
# File 'sig/types.rbs', line 2490 def target_version @target_version end |