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)


6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-omics/types.rb', line 6316

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

#idString

The run’s ID.

Returns:

  • (String)


6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-omics/types.rb', line 6316

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

#run_output_uriString

The destination for workflow outputs.

Returns:

  • (String)


6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-omics/types.rb', line 6316

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

#statusString

The run’s status.

Returns:

  • (String)


6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-omics/types.rb', line 6316

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

#tagsHash<String,String>

The run’s tags.

Returns:

  • (Hash<String,String>)


6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-omics/types.rb', line 6316

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

#uuidString

The universally unique identifier for a run.

Returns:

  • (String)


6316
6317
6318
6319
6320
6321
6322
6323
6324
6325
# File 'lib/aws-sdk-omics/types.rb', line 6316

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