Class: Aws::Types::CreateRunGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#max_cpus::Integer

Returns the value of attribute max_cpus.

Returns:



358
359
360
# File 'sig/types.rbs', line 358

def max_cpus
  @max_cpus
end

#max_duration::Integer

Returns the value of attribute max_duration.

Returns:



360
361
362
# File 'sig/types.rbs', line 360

def max_duration
  @max_duration
end

#max_gpus::Integer

Returns the value of attribute max_gpus.

Returns:



363
364
365
# File 'sig/types.rbs', line 363

def max_gpus
  @max_gpus
end

#max_runs::Integer

Returns the value of attribute max_runs.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def max_runs
  @max_runs
end

#name::String

Returns the value of attribute name.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def tags
  @tags
end