AWSEC2CreateTagsRequest
Objective-C
@interface AWSEC2CreateTagsRequest
Swift
class AWSEC2CreateTagsRequest
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is
DryRunOperation
. Otherwise, it isUnauthorizedOperation
.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable dryRun;
Swift
var dryRun: NSNumber? { get set }
-
The IDs of the resources, separated by spaces.
Constraints: Up to 1000 resource IDs. We recommend breaking up this request into smaller batches.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<NSString *> *_Nullable resources;
Swift
var resources: [String]? { get set }
-
The tags. The
value
parameter is required, but if you don’t want the tag to have a value, specify the parameter with no value, and we set the value to an empty string.