Class: Aws::Omics::Types::CancelRunBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::CancelRunBatchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_id ⇒ String
The identifier portion of the run batch ARN.
Instance Attribute Details
#batch_id ⇒ String
The identifier portion of the run batch ARN.
508 509 510 511 512 |
# File 'lib/aws-sdk-omics/types.rb', line 508 class CancelRunBatchRequest < Struct.new( :batch_id) SENSITIVE = [] include Aws::Structure end |