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)


3303
3304
3305
# File 'sig/types.rbs', line 3303

def date_time_value
  @date_time_value
end

#not_applicableBoolean

Returns the value of attribute not_applicable.

Returns:

  • (Boolean)


3304
3305
3306
# File 'sig/types.rbs', line 3304

def not_applicable
  @not_applicable
end

#numeric_value::Float

Returns the value of attribute numeric_value.

Returns:

  • (::Float)


3301
3302
3303
# File 'sig/types.rbs', line 3301

def numeric_value
  @numeric_value
end

#string_value::String

Returns the value of attribute string_value.

Returns:

  • (::String)


3300
3301
3302
# File 'sig/types.rbs', line 3300

def string_value
  @string_value
end

#string_values::Array[::String]

Returns the value of attribute string_values.

Returns:

  • (::Array[::String])


3302
3303
3304
# File 'sig/types.rbs', line 3302

def string_values
  @string_values
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


3305
3306
3307
# File 'sig/types.rbs', line 3305

def unknown
  @unknown
end