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:



10091
10092
10093
# File 'sig/types.rbs', line 10091

def agent_summaries
  @agent_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10092
10093
10094
# File 'sig/types.rbs', line 10092

def next_token
  @next_token
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


10093
10094
10095
# File 'sig/types.rbs', line 10093

def request_id
  @request_id
end