Class: Aws::Omics::Types::StartRunBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartRunBatchResponse
- Defined in:
- gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The unique ARN of the run batch.
-
#id ⇒ String
The identifier portion of the run batch ARN.
-
#status ⇒ String
The initial status of the run batch.
-
#tags ⇒ Hash<String,String>
AWS tags associated with the run batch.
-
#uuid ⇒ String
The universally unique identifier (UUID) for the run batch.
Instance Attribute Details
#arn ⇒ String
The unique ARN of the run batch.
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 |
#id ⇒ String
The identifier portion of the run batch ARN.
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 |
#status ⇒ String
The initial status of the run batch.
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 |
#tags ⇒ Hash<String,String>
AWS tags associated with the run batch.
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 |
#uuid ⇒ String
The universally unique identifier (UUID) for the run batch.
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 |