Class: Aws::Types::NodePropertyOverride
- Inherits:
-
Object
- Object
- Aws::Types::NodePropertyOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumable_resource_properties_override ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties_override.
-
#container_overrides ⇒ Types::ContainerOverrides
Returns the value of attribute container_overrides.
-
#ecs_properties_override ⇒ Types::EcsPropertiesOverride
Returns the value of attribute ecs_properties_override.
-
#eks_properties_override ⇒ Types::EksPropertiesOverride
Returns the value of attribute eks_properties_override.
-
#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_override ⇒ Types::ConsumableResourceProperties
Returns the value of attribute consumable_resource_properties_override.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def consumable_resource_properties_override @consumable_resource_properties_override end |
#container_overrides ⇒ Types::ContainerOverrides
Returns the value of attribute container_overrides.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def container_overrides @container_overrides end |
#ecs_properties_override ⇒ Types::EcsPropertiesOverride
Returns the value of attribute ecs_properties_override.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def ecs_properties_override @ecs_properties_override end |
#eks_properties_override ⇒ Types::EksPropertiesOverride
Returns the value of attribute eks_properties_override.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def eks_properties_override @eks_properties_override end |
#instance_types ⇒ ::Array[::String]
Returns the value of attribute instance_types.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def instance_types @instance_types end |
#target_nodes ⇒ ::String
Returns the value of attribute target_nodes.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def target_nodes @target_nodes end |