Class: Aws::ElasticsearchService::Types::PackageSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::PackageSource
- 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
-
#s3_bucket_name ⇒ String
Name of the bucket containing the package.
-
#s3_key ⇒ String
Key (file name) of the package.
Instance Attribute Details
#s3_bucket_name ⇒ String
Name of the bucket containing the package.
3336 3337 3338 3339 3340 3341 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3336 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
Key (file name) of the package.
3336 3337 3338 3339 3340 3341 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 3336 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |