AWSAutoScalingDescribeTagsType Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSAutoScalingModel.h AWSAutoScalingModel.m |
filters
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.
@property (nonatomic, strong) NSArray<AWSAutoScalingFilter*> *filters
Declared In
AWSAutoScalingModel.h
maxRecords
The maximum number of items to return with this call. The default value is 50
and the maximum value is 100
.
@property (nonatomic, strong) NSNumber *maxRecords
Declared In
AWSAutoScalingModel.h
nextToken
The token for the next set of items to return. (You received this token from a previous call.)
@property (nonatomic, strong) NSString *nextToken
Declared In
AWSAutoScalingModel.h