Class: Aws::Types::CreateAnnotationStoreVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnnotationStoreVersionRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
-
#version_options ⇒ Types::VersionOptions
Returns the value of attribute version_options.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
251 252 253 |
# File 'sig/types.rbs', line 251 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
249 250 251 |
# File 'sig/types.rbs', line 249 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
253 254 255 |
# File 'sig/types.rbs', line 253 def end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
250 251 252 |
# File 'sig/types.rbs', line 250 def version_name @version_name end |
#version_options ⇒ Types::VersionOptions
Returns the value of attribute version_options.
252 253 254 |
# File 'sig/types.rbs', line 252 def end |