Class: Aws::OpenSearchService::Types::DescribeInstanceTypeLimitsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DescribeInstanceTypeLimitsResponse
- 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
-
#limits_by_role ⇒ Hash<String,Types::Limits>
Map that contains all applicable instance type limits.‘data` refers to data nodes.`master` refers to dedicated master nodes.
Instance Attribute Details
#limits_by_role ⇒ Hash<String,Types::Limits>
Map that contains all applicable instance type limits.‘data` refers to data nodes.`master` refers to dedicated master nodes.
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 |