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.
959 960 961 962 963 964 965 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 959 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The group's ID.
959 960 961 962 963 964 965 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 959 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags for the run group.
959 960 961 962 963 964 965 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 959 class CreateRunGroupResponse < Struct.new( :arn, :id, :tags) SENSITIVE = [] include Aws::Structure end |