Class: Aws::Types::DescribeInstanceTypeLimitsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceTypeLimitsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
876 877 878 |
# File 'sig/types.rbs', line 876 def domain_name @domain_name end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
878 879 880 |
# File 'sig/types.rbs', line 878 def engine_version @engine_version end |
#instance_type ⇒ "m3.medium.search", ...
Returns the value of attribute instance_type.
877 878 879 |
# File 'sig/types.rbs', line 877 def instance_type @instance_type end |