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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


3491
3492
3493
3494
3495
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 3491

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