Class: Aws::Types::ListBuiltInSlotTypesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def locale_id
  @locale_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2311
2312
2313
# File 'sig/types.rbs', line 2311

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def next_token
  @next_token
end

#sort_by ⇒ Types::BuiltInSlotTypeSortBy

Returns the value of attribute sort_by.



2310
2311
2312
# File 'sig/types.rbs', line 2310

def sort_by
  @sort_by
end