Class: Aws::Types::UpdateRunGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2425
2426
2427
# File 'sig/types.rbs', line 2425

def id
  @id
end

#max_cpus::Integer

Returns the value of attribute max_cpus.

Returns:

  • (::Integer)


2427
2428
2429
# File 'sig/types.rbs', line 2427

def max_cpus
  @max_cpus
end

#max_duration::Integer

Returns the value of attribute max_duration.

Returns:

  • (::Integer)


2429
2430
2431
# File 'sig/types.rbs', line 2429

def max_duration
  @max_duration
end

#max_gpus::Integer

Returns the value of attribute max_gpus.

Returns:

  • (::Integer)


2430
2431
2432
# File 'sig/types.rbs', line 2430

def max_gpus
  @max_gpus
end

#max_runs::Integer

Returns the value of attribute max_runs.

Returns:

  • (::Integer)


2428
2429
2430
# File 'sig/types.rbs', line 2428

def max_runs
  @max_runs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2426
2427
2428
# File 'sig/types.rbs', line 2426

def name
  @name
end