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)


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

#idString

The run’s ID.

Returns:

  • (String)


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_uriString

The destination for workflow outputs.

Returns:

  • (String)


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

#statusString

The run’s status.

Returns:

  • (String)


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

#tagsHash<String,String>

The run’s tags.

Returns:

  • (Hash<String,String>)


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

#uuidString

The universally unique identifier for a run.

Returns:

  • (String)


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