Class: Aws::Types::SlotSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • ("Required", "Optional")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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