Class: Aws::Types::WorkerComputeConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#number::Integer

Returns the value of attribute number.

Returns:

  • (::Integer)


3430
3431
3432
# File 'sig/types.rbs', line 3430

def number
  @number
end

#propertiesTypes::WorkerComputeConfigurationProperties

Returns the value of attribute properties.



3431
3432
3433
# File 'sig/types.rbs', line 3431

def properties
  @properties
end

#type"CR.1X", ...

Returns the value of attribute type.

Returns:

  • ("CR.1X", "CR.4X", "CR.8X")


3429
3430
3431
# File 'sig/types.rbs', line 3429

def type
  @type
end