Class: Aws::Types::SearchAgentStatusesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_statuses::Array[Types::AgentStatus]

Returns the value of attribute agent_statuses.

Returns:



7189
7190
7191
# File 'sig/types.rbs', line 7189

def agent_statuses
  @agent_statuses
end

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:

  • (::Integer)


7191
7192
7193
# File 'sig/types.rbs', line 7191

def approximate_total_count
  @approximate_total_count
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7190
7191
7192
# File 'sig/types.rbs', line 7190

def next_token
  @next_token
end