Class: Aws::OpenSearchService::Types::PackageSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::PackageSource
- Defined in:
- gems/aws-sdk-opensearchservice/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.
6207 6208 6209 6210 6211 6212 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6207 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
Key (file name) of the package.
6207 6208 6209 6210 6211 6212 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 6207 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |