Class: Aws::Omics::Types::StartRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartRunResponse
- Defined in:
- gems/aws-sdk-omics/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.
7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7244 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run's ID.
7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7244 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.
7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7244 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run's status.
7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7244 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.
7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7244 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.
7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7244 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri) SENSITIVE = [] include Aws::Structure end |