Class: Aws::Omics::Types::StartRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Unique resource identifier for the run.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#configurationTypes::ConfigurationDetails

Configuration details for the workflow run.



8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The run’s ID.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#networking_modeString

Networking mode for the workflow run.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#run_output_uriString

The destination for workflow outputs.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The run’s status.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The run’s tags.

Returns:

  • (Hash<String,String>)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end

#uuidString

The universally unique identifier for a run.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
8476
8477
8478
8479
# File 'lib/aws-sdk-omics/types.rb', line 8468

class StartRunResponse < Struct.new(
  :arn,
  :id,
  :status,
  :tags,
  :uuid,
  :run_output_uri,
  :configuration,
  :networking_mode)
  SENSITIVE = []
  include Aws::Structure
end