Class: Aws::Omics::Types::GetBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetBatchRequest
- 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.
3026 3027 3028 3029 3030 |
# File 'lib/aws-sdk-omics/types.rb', line 3026 class GetBatchRequest < Struct.new( :batch_id) SENSITIVE = [] include Aws::Structure end |