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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5966

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

#idString

The run's ID.

Returns:

  • (String)


5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5966

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)


5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5966

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

#statusString

The run's status.

Returns:

  • (String)


5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5966

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


5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5966

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)


5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 5966

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