Class: Aws::Types::NodePropertyOverride

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_properties_overrideTypes::ConsumableResourceProperties

Returns the value of attribute consumable_resource_properties_override.



1240
1241
1242
# File 'sig/types.rbs', line 1240

def consumable_resource_properties_override
  @consumable_resource_properties_override
end

#container_overridesTypes::ContainerOverrides

Returns the value of attribute container_overrides.



1236
1237
1238
# File 'sig/types.rbs', line 1236

def container_overrides
  @container_overrides
end

#ecs_properties_overrideTypes::EcsPropertiesOverride

Returns the value of attribute ecs_properties_override.



1237
1238
1239
# File 'sig/types.rbs', line 1237

def ecs_properties_override
  @ecs_properties_override
end

#eks_properties_overrideTypes::EksPropertiesOverride

Returns the value of attribute eks_properties_override.



1239
1240
1241
# File 'sig/types.rbs', line 1239

def eks_properties_override
  @eks_properties_override
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


1238
1239
1240
# File 'sig/types.rbs', line 1238

def instance_types
  @instance_types
end

#target_nodes::String

Returns the value of attribute target_nodes.

Returns:

  • (::String)


1235
1236
1237
# File 'sig/types.rbs', line 1235

def target_nodes
  @target_nodes
end