Class: Aws::Types::AnnotationValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#boolean_valueBoolean

Returns the value of attribute boolean_value.

Returns:

  • (Boolean)


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.

Returns:

  • (::Float)


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.

Returns:

  • (::String)


21
22
23
# File 'sig/types.rbs', line 21

def string_value
  @string_value
end