Class: Aws::Types::ProtectedJobWorkerComputeConfiguration

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)


2797
2798
2799
# File 'sig/types.rbs', line 2797

def number
  @number
end

#propertiesTypes::WorkerComputeConfigurationProperties

Returns the value of attribute properties.



2798
2799
2800
# File 'sig/types.rbs', line 2798

def properties
  @properties
end

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

Returns the value of attribute type.

Returns:

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


2796
2797
2798
# File 'sig/types.rbs', line 2796

def type
  @type
end