Class: Aws::Connect::Types::ListAgentStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListAgentStatusResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_status_summary_list ⇒ Array<Types::AgentStatusSummary>
A summary of agent statuses.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#agent_status_summary_list ⇒ Array<Types::AgentStatusSummary>
A summary of agent statuses.
13699 13700 13701 13702 13703 13704 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13699 class ListAgentStatusResponse < Struct.new( :next_token, :agent_status_summary_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
13699 13700 13701 13702 13703 13704 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13699 class ListAgentStatusResponse < Struct.new( :next_token, :agent_status_summary_list) SENSITIVE = [] include Aws::Structure end |