AWSAutoScalingDescribeTagsType

Objective-C

@interface AWSAutoScalingDescribeTagsType

Swift

class AWSAutoScalingDescribeTagsType
  • One or more filters to scope the tags to return. The maximum number of filters per filter type (for example, auto-scaling-group) is 1000.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSAutoScalingFilter *> *_Nullable filters;

    Swift

    var filters: [AWSAutoScalingFilter]? { get set }
  • The maximum number of items to return with this call. The default value is 50 and the maximum value is 100.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxRecords;

    Swift

    var maxRecords: NSNumber? { get set }
  • The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }