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.
1252 1253 1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1252 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The workflow's ID.
1252 1253 1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1252 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The workflow's status.
1252 1253 1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1252 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The workflow's tags.
1252 1253 1254 1255 1256 1257 1258 1259 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 1252 class CreateWorkflowResponse < Struct.new( :arn, :id, :status, :tags) SENSITIVE = [] include Aws::Structure end |