Class: Aws::Types::GetAnnotationStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAnnotationStoreResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#num_versions ⇒ ::Integer
Returns the value of attribute num_versions.
-
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
-
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#store_arn ⇒ ::String
Returns the value of attribute store_arn.
-
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
-
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
-
#store_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
768 769 770 |
# File 'sig/types.rbs', line 768 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
766 767 768 |
# File 'sig/types.rbs', line 766 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
761 762 763 |
# File 'sig/types.rbs', line 761 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
765 766 767 |
# File 'sig/types.rbs', line 765 def name @name end |
#num_versions ⇒ ::Integer
Returns the value of attribute num_versions.
775 776 777 |
# File 'sig/types.rbs', line 775 def num_versions @num_versions end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
762 763 764 |
# File 'sig/types.rbs', line 762 def reference @reference end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
767 768 769 |
# File 'sig/types.rbs', line 767 def sse_config @sse_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
763 764 765 |
# File 'sig/types.rbs', line 763 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
773 774 775 |
# File 'sig/types.rbs', line 773 def @status_message end |
#store_arn ⇒ ::String
Returns the value of attribute store_arn.
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.
772 773 774 |
# File 'sig/types.rbs', line 772 def store_format @store_format end |
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
771 772 773 |
# File 'sig/types.rbs', line 771 def @store_options end |
#store_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
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.
770 771 772 |
# File 'sig/types.rbs', line 770 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
769 770 771 |
# File 'sig/types.rbs', line 769 def update_time @update_time end |