Class: Aws::OpenSearchService::Types::UpdatePackageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::UpdatePackageResponse
- Defined in:
- gems/aws-sdk-opensearchservice/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.
5341 5342 5343 5344 5345 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5341 class UpdatePackageResponse < Struct.new( :package_details) SENSITIVE = [] include Aws::Structure end |