Class: Aws::Types::BuiltInSlotTypeSummary
- Inherits:
-
Object
- Object
- Aws::Types::BuiltInSlotTypeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#slot_type_signature ⇒ ::String
Returns the value of attribute slot_type_signature.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
643 644 645 |
# File 'sig/types.rbs', line 643 def description @description end |
#slot_type_signature ⇒ ::String
Returns the value of attribute slot_type_signature.
642 643 644 |
# File 'sig/types.rbs', line 642 def slot_type_signature @slot_type_signature end |