Class: Aws::ElasticsearchService::Types::UpdatePackageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticsearchservice/types.rb

Overview

Container for response returned by ‘ UpdatePackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#package_detailsTypes::PackageDetails

Information about the package ‘PackageDetails`.



4129
4130
4131
4132
4133
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4129

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