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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_nameString

Name of the bucket containing the package.

Returns:

  • (String)


3496
3497
3498
3499
3500
3501
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3496

class PackageSource < Struct.new(
  :s3_bucket_name,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end

#s3_keyString

Key (file name) of the package.

Returns:

  • (String)


3496
3497
3498
3499
3500
3501
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3496

class PackageSource < Struct.new(
  :s3_bucket_name,
  :s3_key)
  SENSITIVE = []
  include Aws::Structure
end