AWSAutoScalingFilter
Objective-C
@interface AWSAutoScalingFilter
Swift
class AWSAutoScalingFilter
Describes a filter that is used to return a more specific list of results when describing tags.
For more information, see Tagging Auto Scaling groups and instances in the Amazon EC2 Auto Scaling User Guide.
-
The name of the filter. The valid values are:
auto-scaling-group
,key
,value
, andpropagate-at-launch
.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable name;
Swift
var name: String? { get set }
-
One or more filter values. Filter values are case-sensitive.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable values;
Swift
var values: [String]? { get set }