Class: Aws::Omics::Types::CreateRunGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateRunGroupResponse
- 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.
-
#id ⇒ String
The group’s ID.
-
#tags ⇒ Hash<String,String>
Tags for the run group.
Instance Attribute Details
#arn ⇒ String
The group’s ARN.
1059 1060 1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-omics/types.rb', line 1059 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The group’s ID.
1059 1060 1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-omics/types.rb', line 1059 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the run group.
1059 1060 1061 1062 1063 1064 1065 |
# File 'lib/aws-sdk-omics/types.rb', line 1059 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |