Class: Aws::OpenSearchService::Types::UpdatePackageResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#package_detailsTypes::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