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

Class: Aws::ElasticsearchService::Types::PackageSource

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

Overview

Note:

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

{
  s3_bucket_name: "S3BucketName",
  s3_key: "S3Key",
}

The S3 location for importing the package specified as S3BucketName and S3Key

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

Name of the bucket containing the package.

Returns:

  • (String)

    Name of the bucket containing the package.

#s3_keyString

Key (file name) of the package.

Returns:

  • (String)

    Key (file name) of the package.