Class: Aws::OpenSearchService::Types::DomainPackageDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DomainPackageDetails
- Defined in:
- gems/aws-sdk-opensearchservice/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.
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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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.
3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3054 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 |