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_description ⇒ String
A new description of the 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`.
6301 6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6301 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |
#package_description ⇒ String
A new description of the package.
6301 6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6301 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
The unique identifier for the package.
6301 6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6301 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |
#package_source ⇒ Types::PackageSource
Amazon S3 bucket and key for the package.
6301 6302 6303 6304 6305 6306 6307 6308 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6301 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |