Class: Aws::Types::AnnotationValue
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
-
#number_value ⇒ ::Float
Returns the value of attribute number_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
Instance Attribute Details
#boolean_value ⇒ Boolean
Returns the value of attribute boolean_value.
20 21 22 |
# File 'sig/types.rbs', line 20 def boolean_value @boolean_value end |
#number_value ⇒ ::Float
Returns the value of attribute number_value.
19 20 21 |
# File 'sig/types.rbs', line 19 def number_value @number_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
21 22 23 |
# File 'sig/types.rbs', line 21 def string_value @string_value end |