Class: Aws::Omics::Types::StartRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartRunResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Unique resource identifier for the run.
-
#id ⇒ String
The run’s ID.
-
#run_output_uri ⇒ String
The destination for workflow outputs.
-
#status ⇒ String
The run’s status.
-
#tags ⇒ Hash<String,String>
The run’s tags.
-
#uuid ⇒ String
The universally unique identifier for a run.
Instance Attribute Details
#arn ⇒ String
Unique resource identifier for the run.
6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 |
# File 'lib/aws-sdk-omics/types.rb', line 6520 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run’s ID.
6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 |
# File 'lib/aws-sdk-omics/types.rb', line 6520 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#run_output_uri ⇒ String
The destination for workflow outputs.
6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 |
# File 'lib/aws-sdk-omics/types.rb', line 6520 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run’s status.
6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 |
# File 'lib/aws-sdk-omics/types.rb', line 6520 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The run’s tags.
6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 |
# File 'lib/aws-sdk-omics/types.rb', line 6520 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
The universally unique identifier for a run.
6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 |
# File 'lib/aws-sdk-omics/types.rb', line 6520 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |