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)


2267
2268
2269
2270
2271
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2267

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