Class: Aws::Types::EvaluationAnswerData
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationAnswerData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DateTimeValue, NotApplicable, NumericValue, StringValue, StringValues, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#date_time_value ⇒ ::String
Returns the value of attribute date_time_value.
-
#not_applicable ⇒ Boolean
Returns the value of attribute not_applicable.
-
#numeric_value ⇒ ::Float
Returns the value of attribute numeric_value.
-
#string_value ⇒ ::String
Returns the value of attribute string_value.
-
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#date_time_value ⇒ ::String
Returns the value of attribute date_time_value.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def date_time_value @date_time_value end |
#not_applicable ⇒ Boolean
Returns the value of attribute not_applicable.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def not_applicable @not_applicable end |
#numeric_value ⇒ ::Float
Returns the value of attribute numeric_value.
3248 3249 3250 |
# File 'sig/types.rbs', line 3248 def numeric_value @numeric_value end |
#string_value ⇒ ::String
Returns the value of attribute string_value.
3247 3248 3249 |
# File 'sig/types.rbs', line 3247 def string_value @string_value end |
#string_values ⇒ ::Array[::String]
Returns the value of attribute string_values.
3249 3250 3251 |
# File 'sig/types.rbs', line 3249 def string_values @string_values end |
#unknown ⇒ Object
Returns the value of attribute unknown.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def unknown @unknown end |