Class: Aws::Types::AttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#b ⇒ ::String

Returns the value of attribute b.

Returns:

  • (::String)


14
15
16
# File 'sig/types.rbs', line 14

def b
  @b
end

#bool ⇒ Boolean

Returns the value of attribute bool.

Returns:

  • (Boolean)


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

def bool
  @bool
end

#bs ⇒ ::Array[::String]

Returns the value of attribute bs.

Returns:

  • (::Array[::String])


17
18
19
# File 'sig/types.rbs', line 17

def bs
  @bs
end

#l ⇒ ::Array[Types::AttributeValue]

Returns the value of attribute l.

Returns:



19
20
21
# File 'sig/types.rbs', line 19

def l
  @l
end

#m ⇒ ::Hash[::String, Types::AttributeValue]

Returns the value of attribute m.

Returns:



18
19
20
# File 'sig/types.rbs', line 18

def m
  @m
end

#n ⇒ ::String

Returns the value of attribute n.

Returns:

  • (::String)


13
14
15
# File 'sig/types.rbs', line 13

def n
  @n
end

#ns ⇒ ::Array[::String]

Returns the value of attribute ns.

Returns:

  • (::Array[::String])


16
17
18
# File 'sig/types.rbs', line 16

def ns
  @ns
end

#null ⇒ Boolean

Returns the value of attribute null.

Returns:

  • (Boolean)


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

def null
  @null
end

#s ⇒ ::String

Returns the value of attribute s.

Returns:

  • (::String)


12
13
14
# File 'sig/types.rbs', line 12

def s
  @s
end

#ss ⇒ ::Array[::String]

Returns the value of attribute ss.

Returns:

  • (::Array[::String])


15
16
17
# File 'sig/types.rbs', line 15

def ss
  @ss
end