Class: Aws::Types::UpdateAnnotationStoreVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnnotationStoreVersionResponse
- 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.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#store_id ⇒ ::String
Returns the value of attribute store_id.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def status @status end |
#store_id ⇒ ::String
Returns the value of attribute store_id.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def store_id @store_id end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def update_time @update_time end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def version_name @version_name end |