Class: Aws::Types::UpdateAnnotationStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnnotationStoreResponse
- 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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
-
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2390 2391 2392 |
# File 'sig/types.rbs', line 2390 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2389 2390 2391 |
# File 'sig/types.rbs', line 2389 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2385 2386 2387 |
# File 'sig/types.rbs', line 2385 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2388 2389 2390 |
# File 'sig/types.rbs', line 2388 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
2386 2387 2388 |
# File 'sig/types.rbs', line 2386 def reference @reference end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2387 2388 2389 |
# File 'sig/types.rbs', line 2387 def status @status end |
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def store_format @store_format end |
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def @store_options end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def update_time @update_time end |