Class: Aws::ElasticsearchService::Types::DomainPackageDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::DomainPackageDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Information on a package that is associated with a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
Name of the domain you’ve associated a package 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 association status.
-
#package_id ⇒ String
Internal ID of the package.
-
#package_name ⇒ String
User specified name of the package.
-
#package_type ⇒ String
Currently supports only TXT-DICTIONARY.
- #package_version ⇒ String
-
#reference_path ⇒ String
The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
Instance Attribute Details
#domain_name ⇒ String
Name of the domain you’ve associated a package with.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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 association status.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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
Currently supports only TXT-DICTIONARY.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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 on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.
1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1835 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 |