Class: Aws::OpenSearchService::Types::UpdatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for request parameters to the ‘UpdatePackage` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_message ⇒ String
Commit message for the updated file, which is shown as part of ‘GetPackageVersionHistoryResponse`.
-
#package_configuration ⇒ Types::PackageConfiguration
The updated configuration details for a package.
-
#package_description ⇒ String
A new description of the package.
-
#package_encryption_options ⇒ Types::PackageEncryptionOptions
Encryption options for a package.
-
#package_id ⇒ String
The unique identifier for the package.
-
#package_source ⇒ Types::PackageSource
Amazon S3 bucket and key for the package.
Instance Attribute Details
#commit_message ⇒ String
Commit message for the updated file, which is shown as part of ‘GetPackageVersionHistoryResponse`.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message, :package_configuration, :package_encryption_options) SENSITIVE = [] include Aws::Structure end |
#package_configuration ⇒ Types::PackageConfiguration
The updated configuration details for a package.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message, :package_configuration, :package_encryption_options) SENSITIVE = [] include Aws::Structure end |
#package_description ⇒ String
A new description of the package.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message, :package_configuration, :package_encryption_options) SENSITIVE = [] include Aws::Structure end |
#package_encryption_options ⇒ Types::PackageEncryptionOptions
Encryption options for a package.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message, :package_configuration, :package_encryption_options) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The unique identifier for the package.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message, :package_configuration, :package_encryption_options) SENSITIVE = [] include Aws::Structure end |
#package_source ⇒ Types::PackageSource
Amazon S3 bucket and key for the package.
7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7242 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message, :package_configuration, :package_encryption_options) SENSITIVE = [] include Aws::Structure end |