Class: Aws::Omics::Types::StartRunBatchResponse

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 unique ARN of the run batch.

Returns:

  • (String)


8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-omics/types.rb', line 8255

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

#idString

The identifier portion of the run batch ARN.

Returns:

  • (String)


8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-omics/types.rb', line 8255

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

#statusString

The initial status of the run batch. Returns ‘CREATING` while the batch is being initialized.

Returns:

  • (String)


8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-omics/types.rb', line 8255

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

#tagsHash<String,String>

AWS tags associated with the run batch.

Returns:

  • (Hash<String,String>)


8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-omics/types.rb', line 8255

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

#uuidString

The universally unique identifier (UUID) for the run batch.

Returns:

  • (String)


8255
8256
8257
8258
8259
8260
8261
8262
8263
# File 'lib/aws-sdk-omics/types.rb', line 8255

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