Class: Aws::Omics::Types::RunGroupListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::RunGroupListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
A run group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The group’s ARN.
-
#creation_time ⇒ Time
When the group was created.
-
#id ⇒ String
The group’s ID.
-
#max_cpus ⇒ Integer
The group’s maximum CPU count setting.
-
#max_duration ⇒ Integer
The group’s maximum duration setting in minutes.
-
#max_gpus ⇒ Integer
The maximum GPUs that can be used by a run group.
-
#max_runs ⇒ Integer
The group’s maximum concurrent run setting.
-
#name ⇒ String
The group’s name.
Instance Attribute Details
#arn ⇒ String
The group’s ARN.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the group was created.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The group’s ID.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_cpus ⇒ Integer
The group’s maximum CPU count setting.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_duration ⇒ Integer
The group’s maximum duration setting in minutes.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_gpus ⇒ Integer
The maximum GPUs that can be used by a run group.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_runs ⇒ Integer
The group’s maximum concurrent run setting.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The group’s name.
5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 |
# File 'lib/aws-sdk-omics/types.rb', line 5596 class RunGroupListItem < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :max_gpus) SENSITIVE = [] include Aws::Structure end |