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

Unique resource identifier for the run.

Returns:

  • (String)


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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.



8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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)


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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)


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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)


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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)


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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)


8451
8452
8453
8454
8455
8456
8457
8458
8459
8460
8461
8462
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8451

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