Class: Aws::ElasticsearchService::Types::PackageDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::PackageDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Basic information about a package.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #available_package_version ⇒ String
-
#created_at ⇒ Time
Timestamp which tells creation date of the package.
-
#error_details ⇒ Types::ErrorDetails
Additional information if the package is in an error state.
- #last_updated_at ⇒ Time
-
#package_description ⇒ String
User-specified description of the package.
-
#package_id ⇒ String
Internal ID of the package.
-
#package_name ⇒ String
User specified name of the package.
-
#package_status ⇒ String
Current state of the package.
-
#package_type ⇒ String
Currently supports only TXT-DICTIONARY.
Instance Attribute Details
#available_package_version ⇒ String
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp which tells creation date of the package.
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#error_details ⇒ Types::ErrorDetails
Additional information if the package is in an error state. Null otherwise.
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_description ⇒ String
User-specified description of the package.
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Internal ID of the package.
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
User specified name of the package.
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_status ⇒ String
Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |
#package_type ⇒ String
Currently supports only TXT-DICTIONARY.
3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3311 class PackageDetails < Struct.new( :package_id, :package_name, :package_type, :package_description, :package_status, :created_at, :last_updated_at, :available_package_version, :error_details) SENSITIVE = [] include Aws::Structure end |