Class: Aws::OpenSearchService::Types::PackageDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Basic information about a package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#available_package_versionString

The package version.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#available_plugin_propertiesTypes::PluginProperties

If the package is a ZIP-PLUGIN package, additional information about plugin properties.



4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the package was created.

Returns:

  • (Time)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

Version of OpenSearch or Elasticsearch, in the format Elasticsearch_X.Y or OpenSearch_X.Y. Defaults to the latest version of OpenSearch.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsTypes::ErrorDetails

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

Returns:



4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

Date and time when the package was last updated.

Returns:

  • (Time)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#package_descriptionString

User-specified description of the package.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#package_idString

The unique identifier of the package.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#package_nameString

The user-specified name of the package.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#package_statusString

The current status of the package. The available options are AVAILABLE, COPYING, COPY_FAILED, VALIDATNG, VALIDATION_FAILED, DELETING, and DELETE_FAILED.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end

#package_typeString

The type of package.

Returns:

  • (String)


4911
4912
4913
4914
4915
4916
4917
4918
4919
4920
4921
4922
4923
4924
4925
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4911

class PackageDetails < Struct.new(
  :package_id,
  :package_name,
  :package_type,
  :package_description,
  :package_status,
  :created_at,
  :last_updated_at,
  :available_package_version,
  :error_details,
  :engine_version,
  :available_plugin_properties)
  SENSITIVE = []
  include Aws::Structure
end