Class: Aws::Types::NodeRangeProperty
- Inherits:
-
Object
- Object
- Aws::Types::NodeRangeProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
-
#container ⇒ Types::ContainerProperties
Returns the value of attribute container.
-
#ecs_properties ⇒ Types::EcsProperties
Returns the value of attribute ecs_properties.
-
#eks_properties ⇒ Types::EksProperties
Returns the value of attribute eks_properties.
-
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
-
#target_nodes ⇒ ::String
Returns the value of attribute target_nodes.
Instance Attribute Details
#consumable_resource_properties ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def consumable_resource_properties @consumable_resource_properties end |
#container ⇒ Types::ContainerProperties
Returns the value of attribute container.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def container @container end |
#ecs_properties ⇒ Types::EcsProperties
Returns the value of attribute ecs_properties.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def ecs_properties @ecs_properties end |
#eks_properties ⇒ Types::EksProperties
Returns the value of attribute eks_properties.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def eks_properties @eks_properties end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def instance_types @instance_types end |
#target_nodes ⇒ ::String
Returns the value of attribute target_nodes.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def target_nodes @target_nodes end |