Class: Aws::Types::Annotation
- Inherits:
-
Object
- Object
- Aws::Types::Annotation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destructive_hint ⇒ Boolean
Returns the value of attribute destructive_hint.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#destructive_hint ⇒ Boolean
Returns the value of attribute destructive_hint.
261 262 263 |
# File 'sig/types.rbs', line 261 def destructive_hint @destructive_hint end |
#title ⇒ ::String
Returns the value of attribute title.
260 261 262 |
# File 'sig/types.rbs', line 260 def title @title end |