Class: Aws::Types::InstanceConfig
- Inherits:
-
Object
- Object
- Aws::Types::InstanceConfig
- 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.t3.large", ...
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.
270 271 272 |
# File 'sig/types.rbs', line 270 def instance_count @instance_count end |
#instance_type ⇒ "ml.t3.large", ...
Returns the value of attribute instance_type.
268 269 270 |
# File 'sig/types.rbs', line 268 def instance_type @instance_type end |
#volume_size_in_gb ⇒ ::Integer
Returns the value of attribute volume_size_in_gb.
269 270 271 |
# File 'sig/types.rbs', line 269 def volume_size_in_gb @volume_size_in_gb end |