AWSConnectListAgentStatusResponse

Objective-C

@interface AWSConnectListAgentStatusResponse

Swift

class AWSConnectListAgentStatusResponse
  • A summary of agent statuses.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSConnectAgentStatusSummary *> *_Nullable agentStatusSummaryList;

    Swift

    var agentStatusSummaryList: [AWSConnectAgentStatusSummary]? { get set }
  • If there are additional results, this is the token for the next set of results.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable nextToken;

    Swift

    var nextToken: String? { get set }