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)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def number
  @number
end

#propertiesTypes::WorkerComputeConfigurationProperties

Returns the value of attribute properties.



1492
1493
1494
# File 'sig/types.rbs', line 1492

def properties
  @properties
end

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

Returns the value of attribute type.

Returns:

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


1490
1491
1492
# File 'sig/types.rbs', line 1490

def type
  @type
end