Class: Aws::ElasticsearchService::Types::UpdatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpdatePackageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for request parameters to ‘ UpdatePackage ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#commit_message ⇒ String
An info message for the new version which will be shown as part of ‘GetPackageVersionHistoryResponse`.
-
#package_description ⇒ String
New description of the package.
-
#package_id ⇒ String
Unique identifier for the package.
-
#package_source ⇒ Types::PackageSource
The S3 location for importing the package specified as ‘S3BucketName` and `S3Key`.
Instance Attribute Details
#commit_message ⇒ String
An info message for the new version which will be shown as part of ‘GetPackageVersionHistoryResponse`.
4114 4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4114 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |
#package_description ⇒ String
New description of the package.
4114 4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4114 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |
#package_id ⇒ String
Unique identifier for the package.
4114 4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4114 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |
#package_source ⇒ Types::PackageSource
The S3 location for importing the package specified as ‘S3BucketName` and `S3Key`
4114 4115 4116 4117 4118 4119 4120 4121 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4114 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |