Class: Aws::Types::SlotTypeSummary
- Inherits:
-
Object
- Object
- Aws::Types::SlotTypeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
-
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
-
#slot_type_category ⇒ "Custom", ...
Returns the value of attribute slot_type_category.
-
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
-
#slot_type_name ⇒ ::String
Returns the value of attribute slot_type_name.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def last_updated_date_time @last_updated_date_time end |
#parent_slot_type_signature ⇒ ::String
Returns the value of attribute parent_slot_type_signature.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 def parent_slot_type_signature @parent_slot_type_signature end |
#slot_type_category ⇒ "Custom", ...
Returns the value of attribute slot_type_category.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def slot_type_category @slot_type_category end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def slot_type_id @slot_type_id end |
#slot_type_name ⇒ ::String
Returns the value of attribute slot_type_name.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def slot_type_name @slot_type_name end |