Class: Aws::Types::IntentOverride
- Inherits:
-
Object
- Object
- Aws::Types::IntentOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#slots ⇒ ::Hash[::String, Types::SlotValueOverride]
Returns the value of attribute slots.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2040 2041 2042 |
# File 'sig/types.rbs', line 2040 def name @name end |
#slots ⇒ ::Hash[::String, Types::SlotValueOverride]
Returns the value of attribute slots.
2041 2042 2043 |
# File 'sig/types.rbs', line 2041 def slots @slots end |