Class: Aws::Types::AnnotationStoreItem
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationStoreItem
- 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.
-
#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_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
92 93 94 |
# File 'sig/types.rbs', line 92 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
90 91 92 |
# File 'sig/types.rbs', line 90 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
84 85 86 |
# File 'sig/types.rbs', line 84 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
88 89 90 |
# File 'sig/types.rbs', line 88 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
85 86 87 |
# File 'sig/types.rbs', line 85 def reference @reference end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
91 92 93 |
# File 'sig/types.rbs', line 91 def sse_config @sse_config end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
86 87 88 |
# File 'sig/types.rbs', line 86 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
94 95 96 |
# File 'sig/types.rbs', line 94 def end |
#store_arn ⇒ ::String
Returns the value of attribute store_arn.
87 88 89 |
# File 'sig/types.rbs', line 87 def store_arn @store_arn end |
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
89 90 91 |
# File 'sig/types.rbs', line 89 def store_format @store_format end |
#store_size_bytes ⇒ ::Integer
Returns the value of attribute store_size_bytes.
95 96 97 |
# File 'sig/types.rbs', line 95 def store_size_bytes @store_size_bytes end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
93 94 95 |
# File 'sig/types.rbs', line 93 def update_time @update_time end |