You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::PackageDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#available_package_versionString

Returns:

  • (String)

#created_atTime

Timestamp which tells creation date of the package.

Returns:

  • (Time)

    Timestamp which tells creation date of the package.

#error_detailsTypes::ErrorDetails

Additional information if the package is in an error state. Null otherwise.

Returns:

#last_updated_atTime

Returns:

  • (Time)

#package_descriptionString

User-specified description of the package.

Returns:

  • (String)

    User-specified description of the package.

#package_idString

Internal ID of the package.

Returns:

  • (String)

    Internal ID of the package.

#package_nameString

User specified name of the package.

Returns:

  • (String)

    User specified name of the package.

#package_statusString

Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED

Possible values:

  • COPYING
  • COPY_FAILED
  • VALIDATING
  • VALIDATION_FAILED
  • AVAILABLE
  • DELETING
  • DELETED
  • DELETE_FAILED

Returns:

  • (String)

    Current state of the package.

#package_typeString

Currently supports only TXT-DICTIONARY.

Possible values:

  • TXT-DICTIONARY

Returns:

  • (String)

    Currently supports only TXT-DICTIONARY.