Class: Aws::Omics::Types::StartRunBatchResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::StartRunBatchResponse
- Includes:
- Structure
- Defined in:
- 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.
8222 8223 8224 8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-omics/types.rb', line 8222 class StartRunBatchResponse < Struct.new( :id, :arn, :status, :uuid, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier portion of the run batch ARN.
8222 8223 8224 8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-omics/types.rb', line 8222 class StartRunBatchResponse < Struct.new( :id, :arn, :status, :uuid, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The initial status of the run batch. Returns ‘CREATING` while the batch is being initialized.
8222 8223 8224 8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-omics/types.rb', line 8222 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.
8222 8223 8224 8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-omics/types.rb', line 8222 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.
8222 8223 8224 8225 8226 8227 8228 8229 8230 |
# File 'lib/aws-sdk-omics/types.rb', line 8222 class StartRunBatchResponse < Struct.new( :id, :arn, :status, :uuid, :tags) SENSITIVE = [] include Aws::Structure end |