Class: Aws::Omics::Types::CreateRunGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateRunGroupResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The group's ARN.
-
#id ⇒ String
The group's ID.
-
#tags ⇒ Hash<String,String>
Tags for the run group.
Instance Attribute Details
#arn ⇒ String
The group's ARN.
1087 1088 1089 1090 1091 1092 1093 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1087 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The group's ID.
1087 1088 1089 1090 1091 1092 1093 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1087 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the run group.
1087 1088 1089 1090 1091 1092 1093 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1087 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |