Class: Aws::Types::SubSlotSetting
- Inherits:
-
Object
- Object
- Aws::Types::SubSlotSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expression ⇒ ::String
Returns the value of attribute expression.
-
#slot_specifications ⇒ ::Hash[::String, Types::Specifications]
Returns the value of attribute slot_specifications.
Instance Attribute Details
#expression ⇒ ::String
Returns the value of attribute expression.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def expression @expression end |
#slot_specifications ⇒ ::Hash[::String, Types::Specifications]
Returns the value of attribute slot_specifications.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def slot_specifications @slot_specifications end |