Class: Aws::Types::GetIntentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#intents::Array[Types::IntentMetadata]

Returns the value of attribute intents.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def intents
  @intents
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


487
488
489
# File 'sig/types.rbs', line 487

def next_token
  @next_token
end