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)


3514
3515
3516
3517
3518
# File 'lib/aws-sdk-omics/types.rb', line 3514

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