Class: Aws::Types::SearchAgentsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_summaries::Array[Types::AgentSummary]

Returns the value of attribute agent_summaries.

Returns:



9723
9724
9725
# File 'sig/types.rbs', line 9723

def agent_summaries
  @agent_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


9724
9725
9726
# File 'sig/types.rbs', line 9724

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


9725
9726
9727
# File 'sig/types.rbs', line 9725

def request_id
  @request_id
end