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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Basic information about a package.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp which tells creation date of the package.

Returns:

  • (Time)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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

#error_detailsTypes::ErrorDetails

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

Returns:



2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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

#package_descriptionString

User-specified description of the package.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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

#package_idString

Internal ID of the package.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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

#package_nameString

User specified name of the package.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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

#package_statusString

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

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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

#package_typeString

Currently supports only TXT-DICTIONARY.

Returns:

  • (String)


2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 2877

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