Class: Aws::Types::CreateAnnotationStoreVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnnotationStoreVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#version_options ⇒ Types::VersionOptions
Returns the value of attribute version_options.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
264 265 266 |
# File 'sig/types.rbs', line 264 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
258 259 260 |
# File 'sig/types.rbs', line 258 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
262 263 264 |
# File 'sig/types.rbs', line 262 def name @name end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
263 264 265 |
# File 'sig/types.rbs', line 263 def status @status end |
#store_id ⇒ ::String
Returns the value of attribute store_id.
260 261 262 |
# File 'sig/types.rbs', line 260 def store_id @store_id end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
259 260 261 |
# File 'sig/types.rbs', line 259 def version_name @version_name end |
#version_options ⇒ Types::VersionOptions
Returns the value of attribute version_options.
261 262 263 |
# File 'sig/types.rbs', line 261 def @version_options end |