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.
-
#configuration ⇒ Types::ConfigurationDetails
Configuration details for the workflow run.
-
#id ⇒ String
The run's ID.
-
#networking_mode ⇒ String
Networking mode for the workflow run.
-
#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.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#configuration ⇒ Types::ConfigurationDetails
Configuration details for the workflow run.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run's ID.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#networking_mode ⇒ String
Networking mode for the workflow run.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#run_output_uri ⇒ String
The destination for workflow outputs.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The run's status.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The run's tags.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |
#uuid ⇒ String
The universally unique identifier for a run.
8451 8452 8453 8454 8455 8456 8457 8458 8459 8460 8461 8462 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451 class StartRunResponse < Struct.new( :arn, :id, :status, :tags, :uuid, :run_output_uri, :configuration, :networking_mode) SENSITIVE = [] include Aws::Structure end |