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.
1995 1996 1997 1998 1999 |
# File 'lib/aws-sdk-omics/types.rb', line 1995 class DeleteRunRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |