Class: Aws::Types::DocumentAttributeValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_value::Time

Returns the value of attribute date_value.

Returns:

  • (::Time)


928
929
930
# File 'sig/types.rbs', line 928

def date_value
  @date_value
end

#long_value::Integer

Returns the value of attribute long_value.

Returns:

  • (::Integer)


927
928
929
# File 'sig/types.rbs', line 927

def long_value
  @long_value
end

#string_list_value::Array[::String]

Returns the value of attribute string_list_value.

Returns:

  • (::Array[::String])


926
927
928
# File 'sig/types.rbs', line 926

def string_list_value
  @string_list_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


925
926
927
# File 'sig/types.rbs', line 925

def string_value
  @string_value
end