class Aws::ElasticsearchService::Types::PackageDetails
Basic information about a package.
@!attribute [rw] package_id
Internal ID of the package. @return [String]
@!attribute [rw] package_name
User specified name of the package. @return [String]
@!attribute [rw] package_type
Currently supports only TXT-DICTIONARY. @return [String]
@!attribute [rw] package_description
User-specified description of the package. @return [String]
@!attribute [rw] package_status
Current state of the package. Values are COPYING/COPY\_FAILED/AVAILABLE/DELETING/DELETE\_FAILED @return [String]
@!attribute [rw] created_at
Timestamp which tells creation date of the package. @return [Time]
@!attribute [rw] last_updated_at
@return [Time]
@!attribute [rw] available_package_version
@return [String]
@!attribute [rw] error_details
Additional information if the package is in an error state. Null otherwise. @return [Types::ErrorDetails]
Constants
- SENSITIVE