Class: Aws::LexModelsV2::Types::SlotTypeSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb

Overview

Provides summary information about a slot type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the slot type.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12573

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

A timestamp of the date and time that the slot type was last updated.

Returns:

  • (Time)


12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12573

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#parent_slot_type_signatureString

If the slot type is derived from a built-on slot type, the name of the parent slot type.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12573

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_categoryString

Indicates the type of the slot type.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12573

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_idString

The unique identifier assigned to the slot type.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12573

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_nameString

The name of the slot type.

Returns:

  • (String)


12573
12574
12575
12576
12577
12578
12579
12580
12581
12582
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 12573

class SlotTypeSummary < Struct.new(
  :slot_type_id,
  :slot_type_name,
  :description,
  :parent_slot_type_signature,
  :last_updated_date_time,
  :slot_type_category)
  SENSITIVE = []
  include Aws::Structure
end