Class: Aws::Types::ResourceConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResourceConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
-
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
Instance Attribute Details
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def instance_count @instance_count end |
#instance_type ⇒ "ml.m4.xlarge", ...
Returns the value of attribute instance_type.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def instance_type @instance_type end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def volume_size_in_gb @volume_size_in_gb end |