Module: Aws::OpenSearchService::Client::_UpgradeDomainResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpgradeDomainResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #advanced_options ⇒ ::Hash[::String, ::String]
- #change_progress_details ⇒ Types::ChangeProgressDetails
- #domain_name ⇒ ::String
- #perform_check_only ⇒ Boolean
- #target_version ⇒ ::String
- #upgrade_id ⇒ ::String
Instance Method Details
#advanced_options ⇒ ::Hash[::String, ::String]
1622 |
# File 'sig/client.rbs', line 1622
def advanced_options: () -> ::Hash[::String, ::String]
|
#change_progress_details ⇒ Types::ChangeProgressDetails
1623 |
# File 'sig/client.rbs', line 1623
def change_progress_details: () -> Types::ChangeProgressDetails
|
#domain_name ⇒ ::String
1619 |
# File 'sig/client.rbs', line 1619
def domain_name: () -> ::String
|
#perform_check_only ⇒ Boolean
1621 |
# File 'sig/client.rbs', line 1621
def perform_check_only: () -> bool
|
#target_version ⇒ ::String
1620 |
# File 'sig/client.rbs', line 1620
def target_version: () -> ::String
|
#upgrade_id ⇒ ::String
1618 |
# File 'sig/client.rbs', line 1618
def upgrade_id: () -> ::String
|