Class: Aws::Types::AgenticRetrieveMemoryMetadataValue

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

Defined Under Namespace

Classes: DateTimeValue, NumberValue, StringListValue, StringValue, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_time_value::Time

Returns the value of attribute date_time_value.

Returns:

  • (::Time)


216
217
218
# File 'sig/types.rbs', line 216

def date_time_value
  @date_time_value
end

#number_value::Float

Returns the value of attribute number_value.

Returns:

  • (::Float)


217
218
219
# File 'sig/types.rbs', line 217

def number_value
  @number_value
end

#string_list_value::Array[::String]

Returns the value of attribute string_list_value.

Returns:

  • (::Array[::String])


218
219
220
# File 'sig/types.rbs', line 218

def string_list_value
  @string_list_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def string_value
  @string_value
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


220
221
222
# File 'sig/types.rbs', line 220

def unknown
  @unknown
end