Class: Aws::Types::GetAnnotationStoreResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


768
769
770
# File 'sig/types.rbs', line 768

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


761
762
763
# File 'sig/types.rbs', line 761

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def name
  @name
end

#num_versions::Integer

Returns the value of attribute num_versions.

Returns:

  • (::Integer)


775
776
777
# File 'sig/types.rbs', line 775

def num_versions
  @num_versions
end

#referenceTypes::ReferenceItem

Returns the value of attribute reference.



762
763
764
# File 'sig/types.rbs', line 762

def reference
  @reference
end

#sse_configTypes::SseConfig

Returns the value of attribute sse_config.

Returns:



767
768
769
# File 'sig/types.rbs', line 767

def sse_config
  @sse_config
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


763
764
765
# File 'sig/types.rbs', line 763

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def status_message
  @status_message
end

#store_arn::String

Returns the value of attribute store_arn.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def store_arn
  @store_arn
end

#store_format"GFF", ...

Returns the value of attribute store_format.

Returns:

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


772
773
774
# File 'sig/types.rbs', line 772

def store_format
  @store_format
end

#store_optionsTypes::StoreOptions

Returns the value of attribute store_options.

Returns:



771
772
773
# File 'sig/types.rbs', line 771

def store_options
  @store_options
end

#store_size_bytes::Integer

Returns the value of attribute store_size_bytes.

Returns:

  • (::Integer)


774
775
776
# File 'sig/types.rbs', line 774

def store_size_bytes
  @store_size_bytes
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


770
771
772
# File 'sig/types.rbs', line 770

def tags
  @tags
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


769
770
771
# File 'sig/types.rbs', line 769

def update_time
  @update_time
end