Class: Aws::Types::EvaluationAnswerData

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

Defined Under Namespace

Classes: DateTimeValue, NotApplicable, NumericValue, StringValue, StringValues, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#date_time_value::String

Returns the value of attribute date_time_value.

Returns:

  • (::String)


3344
3345
3346
# File 'sig/types.rbs', line 3344

def date_time_value
  @date_time_value
end

#not_applicableBoolean

Returns the value of attribute not_applicable.

Returns:

  • (Boolean)


3345
3346
3347
# File 'sig/types.rbs', line 3345

def not_applicable
  @not_applicable
end

#numeric_value::Float

Returns the value of attribute numeric_value.

Returns:

  • (::Float)


3342
3343
3344
# File 'sig/types.rbs', line 3342

def numeric_value
  @numeric_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


3341
3342
3343
# File 'sig/types.rbs', line 3341

def string_value
  @string_value
end

#string_values::Array[::String]

Returns the value of attribute string_values.

Returns:

  • (::Array[::String])


3343
3344
3345
# File 'sig/types.rbs', line 3343

def string_values
  @string_values
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3346
3347
3348
# File 'sig/types.rbs', line 3346

def unknown
  @unknown
end