Module: Aws::ElasticsearchService::Client::_UpgradeElasticsearchDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpgradeElasticsearchDomainResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #change_progress_details ⇒ Types::ChangeProgressDetails
- #domain_name ⇒ ::String
- #perform_check_only ⇒ Boolean
- #target_version ⇒ ::String
Instance Method Details
#change_progress_details ⇒ Types::ChangeProgressDetails
808 |
# File 'sig/client.rbs', line 808
def change_progress_details: () -> Types::ChangeProgressDetails
|
#domain_name ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def domain_name: () -> ::String
|
#perform_check_only ⇒ Boolean
807 |
# File 'sig/client.rbs', line 807
def perform_check_only: () -> bool
|
#target_version ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def target_version: () -> ::String
|