Class: Aws::Types::FormatOptions
- Inherits:
-
Object
- Object
- Aws::Types::FormatOptions
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: TsvOptions, Unknown, VcfOptions
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#tsv_options ⇒ Types::TsvOptions
Returns the value of attribute tsv_options.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#vcf_options ⇒ Types::VcfOptions
Returns the value of attribute vcf_options.
Instance Attribute Details
#tsv_options ⇒ Types::TsvOptions
Returns the value of attribute tsv_options.
720 721 722 |
# File 'sig/types.rbs', line 720 def @tsv_options end |
#unknown ⇒ Object
Returns the value of attribute unknown.
722 723 724 |
# File 'sig/types.rbs', line 722 def unknown @unknown end |
#vcf_options ⇒ Types::VcfOptions
Returns the value of attribute vcf_options.
721 722 723 |
# File 'sig/types.rbs', line 721 def @vcf_options end |