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`.



4289
4290
4291
4292
4293
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 4289

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