Class: Aws::ElasticsearchService::Types::PackageSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::PackageSource
- Defined in:
- gems/aws-sdk-elasticsearchservice/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.
3496 3497 3498 3499 3500 3501 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3496 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
Key (file name) of the package.
3496 3497 3498 3499 3500 3501 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 3496 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |