Class: Aws::Types::UpgradeDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeDomainResponse
- 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.
-
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
-
#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.
-
#upgrade_id ⇒ ::String
Returns the value of attribute upgrade_id.
Instance Attribute Details
#advanced_options ⇒ ::Hash[::String, ::String]
Returns the value of attribute advanced_options.
2501 2502 2503 |
# File 'sig/types.rbs', line 2501 def @advanced_options end |
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
2502 2503 2504 |
# File 'sig/types.rbs', line 2502 def change_progress_details @change_progress_details end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2498 2499 2500 |
# File 'sig/types.rbs', line 2498 def domain_name @domain_name end |
#perform_check_only ⇒ Boolean
Returns the value of attribute perform_check_only.
2500 2501 2502 |
# File 'sig/types.rbs', line 2500 def perform_check_only @perform_check_only end |
#target_version ⇒ ::String
Returns the value of attribute target_version.
2499 2500 2501 |
# File 'sig/types.rbs', line 2499 def target_version @target_version end |
#upgrade_id ⇒ ::String
Returns the value of attribute upgrade_id.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def upgrade_id @upgrade_id end |