Class: Aws::Omics::Types::GetReferenceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::GetReferenceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-omics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#payload ⇒ IO
The reference file payload.
Instance Attribute Details
#payload ⇒ IO
The reference file payload.
2638 2639 2640 2641 2642 |
# File 'lib/aws-sdk-omics/types.rb', line 2638 class GetReferenceResponse < Struct.new( :payload) SENSITIVE = [] include Aws::Structure end |