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

Class: Aws::ElasticsearchService::Types::DomainPackageDetails

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

Name of the domain you\'ve associated a package with.

Returns:

  • (String)

    Name of the domain you\'ve associated a package with.

#domain_package_statusString

State of the association. Values are ASSOCIATING/ASSOCIATION_FAILED/ACTIVE/DISSOCIATING/DISSOCIATION_FAILED.

Possible values:

  • ASSOCIATING
  • ASSOCIATION_FAILED
  • ACTIVE
  • DISSOCIATING
  • DISSOCIATION_FAILED

Returns:

  • (String)

    State of the association.

#error_detailsTypes::ErrorDetails

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

Returns:

#last_updatedTime

Timestamp of the most-recent update to the association status.

Returns:

  • (Time)

    Timestamp of the most-recent update to the association status.

#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_typeString

Currently supports only TXT-DICTIONARY.

Possible values:

  • TXT-DICTIONARY

Returns:

  • (String)

    Currently supports only TXT-DICTIONARY.

#package_versionString

Returns:

  • (String)

#reference_pathString

The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.

Returns:

  • (String)

    The relative path on Amazon ES nodes, which can be used as synonym_path when the package is synonym file.