Class: Aws::Types::AttributeValue

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#b::String

Returns the value of attribute b.



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

def b
  @b
end

#boolBoolean

Returns the value of attribute bool.



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

def bool
  @bool
end

#bs::Array[::String]

Returns the value of attribute bs.



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

def bs
  @bs
end

#l::Array[Types::AttributeValue]

Returns the value of attribute l.



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

def l
  @l
end

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

Returns the value of attribute m.



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

def m
  @m
end

#n::String

Returns the value of attribute n.



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

def n
  @n
end

#ns::Array[::String]

Returns the value of attribute ns.



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

def ns
  @ns
end

#nullBoolean

Returns the value of attribute null.



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

def null
  @null
end

#s::String

Returns the value of attribute s.



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

def s
  @s
end

#ss::Array[::String]

Returns the value of attribute ss.



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

def ss
  @ss
end