Class: Aws::Types::SlotResolutionTestResultItem
- Inherits:
-
Object
- Object
- Aws::Types::SlotResolutionTestResultItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#result_counts ⇒ Types::SlotResolutionTestResultItemCounts
Returns the value of attribute result_counts.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
Instance Attribute Details
#result_counts ⇒ Types::SlotResolutionTestResultItemCounts
Returns the value of attribute result_counts.
3005 3006 3007 |
# File 'sig/types.rbs', line 3005 def result_counts @result_counts end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
3004 3005 3006 |
# File 'sig/types.rbs', line 3004 def slot_name @slot_name end |