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)


7914
7915
7916
7917
7918
7919
7920
7921
7922
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7914

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)


7914
7915
7916
7917
7918
7919
7920
7921
7922
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7914

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

#statusString

The initial status of the run batch.

Returns:

  • (String)


7914
7915
7916
7917
7918
7919
7920
7921
7922
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7914

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


7914
7915
7916
7917
7918
7919
7920
7921
7922
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7914

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)


7914
7915
7916
7917
7918
7919
7920
7921
7922
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 7914

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