Class: Aws::Omics::Types::RunGroupListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

A run group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The group's ARN.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the group was created.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The group's ID.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_cpusInteger

The group's maximum CPU count setting.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_durationInteger

The group's maximum duration setting in minutes.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_gpusInteger

The maximum GPUs that can be used by a run group.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#max_runsInteger

The group's maximum concurrent run setting.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The group's name.

Returns:



7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
# File 'lib/aws-sdk-omics/types.rb', line 7394

class RunGroupListItem < Struct.new(
  :arn,
  :id,
  :name,
  :max_cpus,
  :max_runs,
  :max_duration,
  :creation_time,
  :max_gpus)
  SENSITIVE = []
  include Aws::Structure
end