Class: Aws::ElasticsearchService::Types::UpdatePackageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpdatePackageRequest
- Defined in:
- gems/aws-sdk-elasticsearchservice/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
andS3Key
.
Instance Attribute Details
#commit_message ⇒ String
An info message for the new version which will be shown as part of
GetPackageVersionHistoryResponse
.
4274 4275 4276 4277 4278 4279 4280 4281 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4274 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.
4274 4275 4276 4277 4278 4279 4280 4281 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4274 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.
4274 4275 4276 4277 4278 4279 4280 4281 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4274 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
4274 4275 4276 4277 4278 4279 4280 4281 |
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 4274 class UpdatePackageRequest < Struct.new( :package_id, :package_source, :package_description, :commit_message) SENSITIVE = [] include Aws::Structure end |