Class: Aws::Types::CreateAnnotationStoreResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnnotationStoreResponse
- 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.
-
#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.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
244 245 246 |
# File 'sig/types.rbs', line 244 def creation_time @creation_time end |
#id ⇒ ::String
Returns the value of attribute id.
237 238 239 |
# File 'sig/types.rbs', line 237 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
242 243 244 |
# File 'sig/types.rbs', line 242 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
238 239 240 |
# File 'sig/types.rbs', line 238 def reference @reference end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
241 242 243 |
# File 'sig/types.rbs', line 241 def status @status end |
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
239 240 241 |
# File 'sig/types.rbs', line 239 def store_format @store_format end |
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
240 241 242 |
# File 'sig/types.rbs', line 240 def end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
243 244 245 |
# File 'sig/types.rbs', line 243 def version_name @version_name end |