Class: Aws::Types::ListBuiltInSlotTypesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#built_in_slot_type_summaries ⇒ ::Array[Types::BuiltInSlotTypeSummary]

Returns the value of attribute built_in_slot_type_summaries.

Returns:



2317
2318
2319
# File 'sig/types.rbs', line 2317

def built_in_slot_type_summaries
  @built_in_slot_type_summaries
end

#locale_id ⇒ ::String

Returns the value of attribute locale_id.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def locale_id
  @locale_id
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def next_token
  @next_token
end