Class: Aws::Types::AnnotationStoreVersionItem
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationStoreVersionItem
- 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.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#store_id ⇒ ::String
Returns the value of attribute store_id.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
-
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#version_size_bytes ⇒ ::Integer
Returns the value of attribute version_size_bytes.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
107 108 109 |
# File 'sig/types.rbs', line 107 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
106 107 108 |
# File 'sig/types.rbs', line 106 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
101 102 103 |
# File 'sig/types.rbs', line 101 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
104 105 106 |
# File 'sig/types.rbs', line 104 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
102 103 104 |
# File 'sig/types.rbs', line 102 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
109 110 111 |
# File 'sig/types.rbs', line 109 def @status_message end |
#store_id ⇒ ::String
Returns the value of attribute store_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def store_id @store_id end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
108 109 110 |
# File 'sig/types.rbs', line 108 def update_time @update_time end |
#version_arn ⇒ ::String
Returns the value of attribute version_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def version_arn @version_arn end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
105 106 107 |
# File 'sig/types.rbs', line 105 def version_name @version_name end |
#version_size_bytes ⇒ ::Integer
Returns the value of attribute version_size_bytes.
110 111 112 |
# File 'sig/types.rbs', line 110 def version_size_bytes @version_size_bytes end |