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.
7261 7262 7263 7264 7265 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 7261 class UpdatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |