Class: Aws::Types::RuntimeHintDetails
- Inherits:
-
Object
- Object
- Aws::Types::RuntimeHintDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#runtime_hint_values ⇒ ::Array[Types::RuntimeHintValue]
Returns the value of attribute runtime_hint_values.
-
#sub_slot_hints ⇒ ::Hash[::String, Types::RuntimeHintDetails]
Returns the value of attribute sub_slot_hints.
Instance Attribute Details
#runtime_hint_values ⇒ ::Array[Types::RuntimeHintValue]
Returns the value of attribute runtime_hint_values.
2843 2844 2845 |
# File 'sig/types.rbs', line 2843 def runtime_hint_values @runtime_hint_values end |
#sub_slot_hints ⇒ ::Hash[::String, Types::RuntimeHintDetails]
Returns the value of attribute sub_slot_hints.
2844 2845 2846 |
# File 'sig/types.rbs', line 2844 def sub_slot_hints @sub_slot_hints end |