Class: Aws::Types::InstanceDefinition
- Inherits:
-
Object
- Object
- Aws::Types::InstanceDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_type ⇒ "c4.large", ...
Returns the value of attribute instance_type.
-
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
Instance Attribute Details
#instance_type ⇒ "c4.large", ...
Returns the value of attribute instance_type.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def instance_type @instance_type end |
#weighted_capacity ⇒ ::String
Returns the value of attribute weighted_capacity.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def weighted_capacity @weighted_capacity end |