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.
5964 5965 5966 5967 5968 5969 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5964 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
Key (file name) of the package.
5964 5965 5966 5967 5968 5969 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 5964 class PackageSource < Struct.new( :s3_bucket_name, :s3_key) SENSITIVE = [] include Aws::Structure end |