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.
-
#uuid ⇒ String
The universally unique identifier (UUID) value for this workflow.
Instance Attribute Details
#arn ⇒ String
The workflow’s ARN.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-omics/types.rb', line 1548 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow’s ID.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-omics/types.rb', line 1548 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow’s status.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-omics/types.rb', line 1548 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The workflow’s tags.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-omics/types.rb', line 1548 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
The universally unique identifier (UUID) value for this workflow.
1548 1549 1550 1551 1552 1553 1554 1555 1556 |
# File 'lib/aws-sdk-omics/types.rb', line 1548 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags, :uuid) SENSITIVE = [] include Aws::Structure end |