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