Class: Aws::ElasticsearchService::Types::UpdatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticsearchService::Types::UpdatePackageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticsearchservice/types.rb
Overview
Container for response returned by ‘ UpdatePackage ` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#package_details ⇒ Types::PackageDetails
Information about the package ‘PackageDetails`.
Instance Attribute Details
#package_details ⇒ Types::PackageDetails
Information about the package ‘PackageDetails`.
4129 4130 4131 4132 4133 |
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4129 class UpdatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |