AWSEC2CreatePublicIpv4PoolRequest
Objective-C
@interface AWSEC2CreatePublicIpv4PoolRequest
Swift
class AWSEC2CreatePublicIpv4PoolRequest
-
A check for 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 key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key
Ownerand the valueTeamA, specifytag:Ownerfor the filter name andTeamAfor the filter value.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2TagSpecification *> *_Nullable tagSpecifications;Swift
var tagSpecifications: [AWSEC2TagSpecification]? { get set }
View on GitHub
Install in Dash
AWSEC2CreatePublicIpv4PoolRequest Class Reference