Class: Aws::Types::NodeRangeProperty

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource_propertiesTypes::ConsumableResourceProperties

Returns the value of attribute consumable_resource_properties.



1350
1351
1352
# File 'sig/types.rbs', line 1350

def consumable_resource_properties
  @consumable_resource_properties
end

#containerTypes::ContainerProperties

Returns the value of attribute container.



1346
1347
1348
# File 'sig/types.rbs', line 1346

def container
  @container
end

#ecs_propertiesTypes::EcsProperties

Returns the value of attribute ecs_properties.



1348
1349
1350
# File 'sig/types.rbs', line 1348

def ecs_properties
  @ecs_properties
end

#eks_propertiesTypes::EksProperties

Returns the value of attribute eks_properties.



1349
1350
1351
# File 'sig/types.rbs', line 1349

def eks_properties
  @eks_properties
end

#instance_types::Array[::String]

Returns the value of attribute instance_types.

Returns:

  • (::Array[::String])


1347
1348
1349
# File 'sig/types.rbs', line 1347

def instance_types
  @instance_types
end

#target_nodes::String

Returns the value of attribute target_nodes.

Returns:

  • (::String)


1345
1346
1347
# File 'sig/types.rbs', line 1345

def target_nodes
  @target_nodes
end