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

#n::Float

Returns the value of attribute n.

Returns:

  • (::Float)


39
40
41
# File 'sig/types.rbs', line 39

def n
  @n
end

#s::String

Returns the value of attribute s.

Returns:

  • (::String)


38
39
40
# File 'sig/types.rbs', line 38

def s
  @s
end

#sdm::Hash[::String, ::Float]

Returns the value of attribute sdm.

Returns:

  • (::Hash[::String, ::Float])


41
42
43
# File 'sig/types.rbs', line 41

def sdm
  @sdm
end

#sl::Array[::String]

Returns the value of attribute sl.

Returns:

  • (::Array[::String])


40
41
42
# File 'sig/types.rbs', line 40

def sl
  @sl
end