Class: Aws::Omics::Types::DeleteBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteBatchRequest
- 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.
2298 2299 2300 2301 2302 |
# File 'lib/aws-sdk-omics/types.rb', line 2298 class DeleteBatchRequest < Struct.new( :batch_id) SENSITIVE = [] include Aws::Structure end |