Class: Aws::Omics::Types::GetRunGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
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 number of CPUs to use.
-
#max_duration ⇒ Integer
The group’s maximum run time in minutes.
-
#max_gpus ⇒ Integer
The maximum GPUs that can be used by a run group.
-
#max_runs ⇒ Integer
The maximum number of concurrent runs for the group.
-
#name ⇒ String
The group’s name.
-
#tags ⇒ Hash<String,String>
The group’s tags.
Instance Attribute Details
#arn ⇒ String
The group’s ARN.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
When the group was created.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The group’s ID.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_cpus ⇒ Integer
The group’s maximum number of CPUs to use.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_duration ⇒ Integer
The group’s maximum run time in minutes.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_gpus ⇒ Integer
The maximum GPUs that can be used by a run group.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#max_runs ⇒ Integer
The maximum number of concurrent runs for the group.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The group’s name.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The group’s tags.
2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 |
# File 'lib/aws-sdk-omics/types.rb', line 2812 class GetRunGroupResponse < Struct.new( :arn, :id, :name, :max_cpus, :max_runs, :max_duration, :creation_time, :tags, :max_gpus) SENSITIVE = [] include Aws::Structure end |