Class: Aws::Types::ListSlotTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_id ⇒ ::String

Returns the value of attribute bot_id.

Returns:

  • (::String)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def bot_id
  @bot_id
end

#bot_version ⇒ ::String

Returns the value of attribute bot_version.

Returns:

  • (::String)


2526
2527
2528
# File 'sig/types.rbs', line 2526

def bot_version
  @bot_version
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2529
2530
2531
# File 'sig/types.rbs', line 2529

def next_token
  @next_token
end

#slot_type_summaries ⇒ ::Array[Types::SlotTypeSummary]

Returns the value of attribute slot_type_summaries.

Returns:



2528
2529
2530
# File 'sig/types.rbs', line 2528

def slot_type_summaries
  @slot_type_summaries
end