Module: Aws::Omics::Client::_UpdateAnnotationStoreResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UpdateAnnotationStoreResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#creation_time::Time

Returns:

  • (::Time)


1884
# File 'sig/client.rbs', line 1884

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


1883
# File 'sig/client.rbs', line 1883

def description: () -> ::String

#id::String

Returns:

  • (::String)


1879
# File 'sig/client.rbs', line 1879

def id: () -> ::String

#name::String

Returns:

  • (::String)


1882
# File 'sig/client.rbs', line 1882

def name: () -> ::String

#referenceTypes::ReferenceItem



1880
# File 'sig/client.rbs', line 1880

def reference: () -> Types::ReferenceItem

#status"CREATING", ...

Returns:

  • ("CREATING", "UPDATING", "DELETING", "ACTIVE", "FAILED")


1881
# File 'sig/client.rbs', line 1881

def status: () -> ("CREATING" | "UPDATING" | "DELETING" | "ACTIVE" | "FAILED")

#store_format"GFF", ...

Returns:

  • ("GFF", "TSV", "VCF")


1887
# File 'sig/client.rbs', line 1887

def store_format: () -> ("GFF" | "TSV" | "VCF")

#store_optionsTypes::StoreOptions

Returns:



1886
# File 'sig/client.rbs', line 1886

def store_options: () -> Types::StoreOptions

#update_time::Time

Returns:

  • (::Time)


1885
# File 'sig/client.rbs', line 1885

def update_time: () -> ::Time