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.

Returns:



8038
8039
8040
8041
8042
# File 'lib/aws-sdk-opensearchservice/types.rb', line 8038

class UpdatePackageResponse < Struct.new(
  :package_details)
  SENSITIVE = []
  include Aws::Structure
end