Class: Aws::Types::SlotTypeSummary

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)


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.

Returns:

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

Returns:

  • (::String)


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.

Returns:

  • ("Custom", "Extended", "ExternalGrammar", "Composite")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3053
3054
3055
# File 'sig/types.rbs', line 3053

def slot_type_name
  @slot_type_name
end