Class: Aws::Types::FormatOptions

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: TsvOptions, Unknown, VcfOptions

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#tsv_optionsTypes::TsvOptions

Returns the value of attribute tsv_options.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def tsv_options
  @tsv_options
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


722
723
724
# File 'sig/types.rbs', line 722

def unknown
  @unknown
end

#vcf_optionsTypes::VcfOptions

Returns the value of attribute vcf_options.

Returns:



721
722
723
# File 'sig/types.rbs', line 721

def vcf_options
  @vcf_options
end