Class: Aws::Omics::Types::GetReadSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#payloadIO

The read set file payload.

Returns:

  • (IO)


2446
2447
2448
2449
2450
# File 'lib/aws-sdk-omics/types.rb', line 2446

class GetReadSetResponse < Struct.new(
  :payload)
  SENSITIVE = []
  include Aws::Structure
end