Module: Aws::Connect::Client::_SearchAgentStatusesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::SearchAgentStatusesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #agent_statuses ⇒ ::Array[Types::AgentStatus]
- #approximate_total_count ⇒ ::Integer
- #next_token ⇒ ::String
Instance Method Details
#agent_statuses ⇒ ::Array[Types::AgentStatus]
3852 |
# File 'sig/client.rbs', line 3852 def agent_statuses: () -> ::Array[Types::AgentStatus] |
#approximate_total_count ⇒ ::Integer
3854 |
# File 'sig/client.rbs', line 3854 def approximate_total_count: () -> ::Integer |
#next_token ⇒ ::String
3853 |
# File 'sig/client.rbs', line 3853 def next_token: () -> ::String |