Class: Aws::Types::DescribeElasticsearchInstanceTypeLimitsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeElasticsearchInstanceTypeLimitsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#elasticsearch_version ⇒ ::String
Returns the value of attribute elasticsearch_version.
-
#instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
455 456 457 |
# File 'sig/types.rbs', line 455 def domain_name @domain_name end |
#elasticsearch_version ⇒ ::String
Returns the value of attribute elasticsearch_version.
457 458 459 |
# File 'sig/types.rbs', line 457 def elasticsearch_version @elasticsearch_version end |
#instance_type ⇒ "m3.medium.elasticsearch", ...
Returns the value of attribute instance_type.
456 457 458 |
# File 'sig/types.rbs', line 456 def instance_type @instance_type end |