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
812 |
# File 'sig/client.rbs', line 812
def change_progress_details: () -> Types::ChangeProgressDetails
|
#domain_name ⇒ ::String
809 |
# File 'sig/client.rbs', line 809
def domain_name: () -> ::String
|
#perform_check_only ⇒ Boolean
811 |
# File 'sig/client.rbs', line 811
def perform_check_only: () -> bool
|
#target_version ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def target_version: () -> ::String
|