Class: Aws::Omics::Types::CreateWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CreateWorkflowResponse
- Includes:
- Structure
- Defined in:
- 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.
1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-omics/types.rb', line 1387 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow’s ID.
1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-omics/types.rb', line 1387 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow’s status.
1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-omics/types.rb', line 1387 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The workflow’s tags.
1387 1388 1389 1390 1391 1392 1393 1394 |
# File 'lib/aws-sdk-omics/types.rb', line 1387 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |