Class: Aws::OpenSearchService::Types::PackageSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_bucket_nameString

The name of the Amazon S3 bucket containing the package.

Returns:

  • (String)


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_keyString

Key (file name) of the package.

Returns:

  • (String)


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