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

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

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8205

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)


8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8205

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

#statusString

The initial status of the run batch.

Returns:

  • (String)


8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8205

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


8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8205

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)


8205
8206
8207
8208
8209
8210
8211
8212
8213
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8205

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