Class: Aws::Types::CreateAnnotationStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnnotationStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
-
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
-
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
-
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
226 227 228 |
# File 'sig/types.rbs', line 226 def name @name end |
#reference ⇒ Types::ReferenceItem
Returns the value of attribute reference.
225 226 227 |
# File 'sig/types.rbs', line 225 def reference @reference end |
#sse_config ⇒ Types::SseConfig
Returns the value of attribute sse_config.
230 231 232 |
# File 'sig/types.rbs', line 230 def sse_config @sse_config end |
#store_format ⇒ "GFF", ...
Returns the value of attribute store_format.
231 232 233 |
# File 'sig/types.rbs', line 231 def store_format @store_format end |
#store_options ⇒ Types::StoreOptions
Returns the value of attribute store_options.
232 233 234 |
# File 'sig/types.rbs', line 232 def end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
228 229 230 |
# File 'sig/types.rbs', line 228 def end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
229 230 231 |
# File 'sig/types.rbs', line 229 def version_name @version_name end |