Class: Aws::OpenSearchService::Types::DomainPackageDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DomainPackageDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Information about a package that is associated with a domain. For more information, see [Custom packages for Amazon OpenSearch Service].
[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/custom-packages.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain that the package is associated with.
-
#domain_package_status ⇒ String
State of the association.
-
#error_details ⇒ Types::ErrorDetails
Additional information if the package is in an error state.
-
#last_updated ⇒ Time
Timestamp of the most recent update to the package association status.
-
#package_id ⇒ String
Internal ID of the package.
-
#package_name ⇒ String
User-specified name of the package.
-
#package_type ⇒ String
The type of package.
-
#package_version ⇒ String
The current version of the package.
-
#reference_path ⇒ String
The relative path of the package on the OpenSearch Service cluster nodes.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain that the package is associated with.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#domain_package_status ⇒ String
State of the association.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Types::ErrorDetails
Additional information if the package is in an error state. Null otherwise.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#last_updated ⇒ Time
Timestamp of the most recent update to the package association status.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Internal ID of the package.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
User-specified name of the package.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_type ⇒ String
The type of package.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The current version of the package.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |
#reference_path ⇒ String
The relative path of the package on the OpenSearch Service cluster nodes. This is ‘synonym_path` when the package is for synonym files.
3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3287 class DomainPackageDetails < Struct.new( :package_id, :package_name, :package_type, :last_updated, :domain_name, :domain_package_status, :package_version, :reference_path, :error_details) SENSITIVE = [] include Aws::Structure end |