Class: Aws::LexModelsV2::Types::BuiltInSlotTypeSummary

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

Overview

Provides summary information about a built-in slot type for the ListBuiltInSlotTypes operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the built-in slot type.

Returns:

  • (String)


2860
2861
2862
2863
2864
2865
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2860

class BuiltInSlotTypeSummary < Struct.new(
  :slot_type_signature,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#slot_type_signatureString

The signature of the built-in slot type. Use this to specify the parent slot type of a derived slot type.

Returns:

  • (String)


2860
2861
2862
2863
2864
2865
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 2860

class BuiltInSlotTypeSummary < Struct.new(
  :slot_type_signature,
  :description)
  SENSITIVE = []
  include Aws::Structure
end