Class: Aws::OpenSearchService::Types::DescribeInstanceTypeLimitsResponse

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

Overview

Container for the parameters received from the ‘DescribeInstanceTypeLimits` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limits_by_roleHash<String,Types::Limits>

Map that contains all applicable instance type limits.‘data` refers to data nodes.`master` refers to dedicated master nodes.

Returns:



2670
2671
2672
2673
2674
# File 'lib/aws-sdk-opensearchservice/types.rb', line 2670

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