Class: Aws::ElasticsearchService::Types::CreatePackageResponse

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

Overview

Container for response returned by ‘ CreatePackage ` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#package_detailsTypes::PackageDetails

Information about the package ‘PackageDetails`.



1090
1091
1092
1093
1094
# File 'lib/aws-sdk-elasticsearchservice/types.rb', line 1090

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