Class: Aws::Types::UpgradeElasticsearchDomainResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpgradeElasticsearchDomainResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#change_progress_details ⇒ Types::ChangeProgressDetails
Returns the value of attribute change_progress_details.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def change_progress_details @change_progress_details end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def domain_name @domain_name end |
#perform_check_only ⇒ Boolean
Returns the value of attribute perform_check_only.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def perform_check_only @perform_check_only end |
#target_version ⇒ ::String
Returns the value of attribute target_version.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def target_version @target_version end |