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)


27
28
29
# File 'sig/types.rbs', line 27

def b
  @b
end

#boolBoolean

Returns the value of attribute bool.

Returns:

  • (Boolean)


34
35
36
# File 'sig/types.rbs', line 34

def bool
  @bool
end

#bs::Array[::String]

Returns the value of attribute bs.

Returns:

  • (::Array[::String])


30
31
32
# File 'sig/types.rbs', line 30

def bs
  @bs
end

#l::Array[Types::AttributeValue]

Returns the value of attribute l.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def l
  @l
end

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

Returns the value of attribute m.

Returns:



31
32
33
# File 'sig/types.rbs', line 31

def m
  @m
end

#n::String

Returns the value of attribute n.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def n
  @n
end

#ns::Array[::String]

Returns the value of attribute ns.

Returns:

  • (::Array[::String])


29
30
31
# File 'sig/types.rbs', line 29

def ns
  @ns
end

#nullBoolean

Returns the value of attribute null.

Returns:

  • (Boolean)


33
34
35
# File 'sig/types.rbs', line 33

def null
  @null
end

#s::String

Returns the value of attribute s.

Returns:

  • (::String)


25
26
27
# File 'sig/types.rbs', line 25

def s
  @s
end

#ss::Array[::String]

Returns the value of attribute ss.

Returns:

  • (::Array[::String])


28
29
30
# File 'sig/types.rbs', line 28

def ss
  @ss
end