Class: Aws::Omics::Types::CreateWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateWorkflowResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The workflow's ARN.
-
#id ⇒ String
The workflow's ID.
-
#status ⇒ String
The workflow's status.
-
#tags ⇒ Hash<String,String>
The workflow's tags.
Instance Attribute Details
#arn ⇒ String
The workflow's ARN.
1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1239 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow's ID.
1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1239 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow's status.
1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1239 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The workflow's tags.
1239 1240 1241 1242 1243 1244 1245 1246 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1239 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |