Class: Aws::OpenSearchService::Types::UpgradeDomainResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpgradeDomainResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the response returned by ‘UpgradeDomain` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#advanced_options ⇒ Hash<String,String>
The advanced options configuration for the domain.
-
#change_progress_details ⇒ Types::ChangeProgressDetails
Container for information about a configuration change happening on a domain.
-
#domain_name ⇒ String
The name of the domain that was upgraded.
-
#perform_check_only ⇒ Boolean
When true, indicates that an upgrade eligibility check was performed.
-
#target_version ⇒ String
OpenSearch or Elasticsearch version that the domain was upgraded to.
-
#upgrade_id ⇒ String
The unique identifier of the domain upgrade.
Instance Attribute Details
#advanced_options ⇒ Hash<String,String>
The advanced options configuration for the domain.
7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7476 class UpgradeDomainResponse < Struct.new( :upgrade_id, :domain_name, :target_version, :perform_check_only, :advanced_options, :change_progress_details) SENSITIVE = [] include Aws::Structure end |
#change_progress_details ⇒ Types::ChangeProgressDetails
Container for information about a configuration change happening on a domain.
7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7476 class UpgradeDomainResponse < Struct.new( :upgrade_id, :domain_name, :target_version, :perform_check_only, :advanced_options, :change_progress_details) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain that was upgraded.
7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7476 class UpgradeDomainResponse < Struct.new( :upgrade_id, :domain_name, :target_version, :perform_check_only, :advanced_options, :change_progress_details) SENSITIVE = [] include Aws::Structure end |
#perform_check_only ⇒ Boolean
When true, indicates that an upgrade eligibility check was performed.
7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7476 class UpgradeDomainResponse < Struct.new( :upgrade_id, :domain_name, :target_version, :perform_check_only, :advanced_options, :change_progress_details) SENSITIVE = [] include Aws::Structure end |
#target_version ⇒ String
OpenSearch or Elasticsearch version that the domain was upgraded to.
7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7476 class UpgradeDomainResponse < Struct.new( :upgrade_id, :domain_name, :target_version, :perform_check_only, :advanced_options, :change_progress_details) SENSITIVE = [] include Aws::Structure end |
#upgrade_id ⇒ String
The unique identifier of the domain upgrade.
7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7476 class UpgradeDomainResponse < Struct.new( :upgrade_id, :domain_name, :target_version, :perform_check_only, :advanced_options, :change_progress_details) SENSITIVE = [] include Aws::Structure end |