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>
Amazon Web Services 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.
8311 8312 8313 8314 8315 8316 8317 8318 8319 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8311 class StartRunBatchResponse < Struct.new( :id, :arn, :status, :uuid, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier portion of the run batch ARN.
8311 8312 8313 8314 8315 8316 8317 8318 8319 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8311 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.
8311 8312 8313 8314 8315 8316 8317 8318 8319 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8311 class StartRunBatchResponse < Struct.new( :id, :arn, :status, :uuid, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Amazon Web Services tags associated with the run batch.
8311 8312 8313 8314 8315 8316 8317 8318 8319 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8311 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.
8311 8312 8313 8314 8315 8316 8317 8318 8319 |
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 8311 class StartRunBatchResponse < Struct.new( :id, :arn, :status, :uuid, :tags) SENSITIVE = [] include Aws::Structure end |