AWSLogsDescribeLogGroupsResponse

Objective-C

@interface AWSLogsDescribeLogGroupsResponse

Swift

class AWSLogsDescribeLogGroupsResponse
  • The log groups.

    If the retentionInDays value is not included for a log group, then that log group’s events do not expire.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSLogsLogGroup *> *_Nullable logGroups;

    Swift

    var logGroups: [AWSLogsLogGroup]? { get set }
  • The token for the next set of items to return. The token expires after 24 hours.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }