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.
302 303 304 |
# File 'sig/types.rbs', line 302 def runtime_hint_values @runtime_hint_values end |
#sub_slot_hints ⇒ ::Hash[::String, Types::RuntimeHintDetails]
Returns the value of attribute sub_slot_hints.
303 304 305 |
# File 'sig/types.rbs', line 303 def sub_slot_hints @sub_slot_hints end |