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

Class: Aws::ElasticsearchService::Types::CreatePackageRequest

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

Overview

Note:

When passing CreatePackageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  package_name: "PackageName", # required
  package_type: "TXT-DICTIONARY", # required, accepts TXT-DICTIONARY
  package_description: "PackageDescription",
  package_source: { # required
    s3_bucket_name: "S3BucketName",
    s3_key: "S3Key",
  },
}

Container for request parameters to CreatePackage operation.

Instance Attribute Summary collapse

Instance Attribute Details

#package_descriptionString

Description of the package.

Returns:

  • (String)

    Description of the package.

#package_nameString

Unique identifier for the package.

Returns:

  • (String)

    Unique identifier for the package.

#package_sourceTypes::PackageSource

The customer S3 location PackageSource for importing the package.

Returns:

#package_typeString

Type of package. Currently supports only TXT-DICTIONARY.

Possible values:

  • TXT-DICTIONARY

Returns:

  • (String)

    Type of package.