Class: Aws::Types::NodeConfig
- Inherits:
-
Object
- Object
- Aws::Types::NodeConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#type ⇒ "m3.medium.search", ...
Returns the value of attribute type.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def count @count end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def enabled @enabled end |
#type ⇒ "m3.medium.search", ...
Returns the value of attribute type.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def type @type end |