Class: Aws::OpenSearchService::Types::PackageSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PackageSource
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The Amazon S3 location to import the package from.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket_name ⇒ String
The name of the Amazon S3 bucket containing the package.
-
#s3_key ⇒ String
Key (file name) of the package.
Instance Attribute Details
#s3_bucket_name ⇒ String
The name of the Amazon S3 bucket containing the package.
5714 5715 5716 5717 5718 5719 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5714 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
Key (file name) of the package.
5714 5715 5716 5717 5718 5719 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5714 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |