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.
1529 1530 1531 1532 1533 |
# File 'lib/aws-sdk-omics/types.rb', line 1529 class DeleteRunRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |