Class: Aws::Types::SlotSummary
- Inherits:
-
Object
- Object
- Aws::Types::SlotSummary
- 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.
-
#slot_constraint ⇒ "Required", "Optional"
Returns the value of attribute slot_constraint.
-
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
-
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
-
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
-
#value_elicitation_prompt_specification ⇒ Types::PromptSpecification
Returns the value of attribute value_elicitation_prompt_specification.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def description @description end |
#last_updated_date_time ⇒ ::Time
Returns the value of attribute last_updated_date_time.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def last_updated_date_time @last_updated_date_time end |
#slot_constraint ⇒ "Required", "Optional"
Returns the value of attribute slot_constraint.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def slot_constraint @slot_constraint end |
#slot_id ⇒ ::String
Returns the value of attribute slot_id.
3023 3024 3025 |
# File 'sig/types.rbs', line 3023 def slot_id @slot_id end |
#slot_name ⇒ ::String
Returns the value of attribute slot_name.
3024 3025 3026 |
# File 'sig/types.rbs', line 3024 def slot_name @slot_name end |
#slot_type_id ⇒ ::String
Returns the value of attribute slot_type_id.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def slot_type_id @slot_type_id end |
#value_elicitation_prompt_specification ⇒ Types::PromptSpecification
Returns the value of attribute value_elicitation_prompt_specification.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def value_elicitation_prompt_specification @value_elicitation_prompt_specification end |