Class: Aws::ElasticsearchService::Types::CreatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::CreatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ‘ CreatePackage ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_description ⇒ String
Description of the package.
-
#package_name ⇒ String
Unique identifier for the package.
-
#package_source ⇒ Types::PackageSource
The customer S3 location ‘PackageSource` for importing the package.
-
#package_type ⇒ String
Type of package.
Instance Attribute Details
#package_description ⇒ String
Description of the package.
971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 971 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |
#package_name ⇒ String
Unique identifier for the package.
971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 971 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |
#package_source ⇒ Types::PackageSource
The customer S3 location ‘PackageSource` for importing the package.
971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 971 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |
#package_type ⇒ String
Type of package. Currently supports only TXT-DICTIONARY.
971 972 973 974 975 976 977 978 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 971 class CreatePackageRequest < Struct.new( :package_name, :package_type, :package_description, :package_source) SENSITIVE = [] include Aws::Structure end |