Class: Aws::Omics::Types::DeleteRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::DeleteRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The run’s ID.
Instance Attribute Details
#id ⇒ String
The run’s ID.
2425 2426 2427 2428 2429 |
# File 'lib/aws-sdk-omics/types.rb', line 2425 class DeleteRunRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |