Class: Aws::Omics::Types::GetRunRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetRunRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export ⇒ Array<String>
The run’s export format.
-
#id ⇒ String
The run’s ID.
Instance Attribute Details
#export ⇒ Array<String>
The run’s export format.
2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-omics/types.rb', line 2836 class GetRunRequest < Struct.new( :id, :export) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The run’s ID.
2836 2837 2838 2839 2840 2841 |
# File 'lib/aws-sdk-omics/types.rb', line 2836 class GetRunRequest < Struct.new( :id, :export) SENSITIVE = [] include Aws::Structure end |