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

The run’s ARN.

Returns:

  • (String)


5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
# File 'lib/aws-sdk-omics/types.rb', line 5994

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

#idString

The run’s ID.

Returns:

  • (String)


5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
# File 'lib/aws-sdk-omics/types.rb', line 5994

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)


5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
# File 'lib/aws-sdk-omics/types.rb', line 5994

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

#statusString

The run’s status.

Returns:

  • (String)


5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
# File 'lib/aws-sdk-omics/types.rb', line 5994

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>)


5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
# File 'lib/aws-sdk-omics/types.rb', line 5994

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)


5994
5995
5996
5997
5998
5999
6000
6001
6002
6003
# File 'lib/aws-sdk-omics/types.rb', line 5994

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