Class: Aws::Omics::Types::VersionOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb

Overview

Note:

VersionOptions is a union - when making an API calls you must set exactly one of the members.

Note:

VersionOptions is a union - when returned from an API call exactly one value will be set and the returned type will be a subclass of VersionOptions corresponding to the set member.

The options for an annotation store version.

Direct Known Subclasses

TsvVersionOptions, Unknown

Defined Under Namespace

Classes: TsvVersionOptions, Unknown

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tsv_version_optionsTypes::TsvVersionOptions

File settings for a version of a TSV store.



6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6742

class VersionOptions < Struct.new(
  :tsv_version_options,
  :unknown)
  SENSITIVE = []
  include Aws::Structure
  include Aws::Structure::Union

  class TsvVersionOptions < VersionOptions; end
  class Unknown < VersionOptions; end
end

#unknownObject

Returns the value of attribute unknown

Returns:

  • (Object)

    the current value of unknown



6742
6743
6744
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 6742

def unknown
  @unknown
end