Class: Aws::Types::UpdateAnnotationStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnnotationStoreRequest
- 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.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2380 2381 2382 |
# File 'sig/types.rbs', line 2380 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
2379 2380 2381 |
# File 'sig/types.rbs', line 2379 def name @name end |