AWSEC2ReplicateFpgaImageRequest
Objective-C
@interface AWSEC2ReplicateFpgaImageRequestSwift
class AWSEC2ReplicateFpgaImageRequest- 
                  
                  Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see Ensuring idempotency. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable clientToken;Swift var clientToken: String? { get set }
- 
                  
                  The description for the new AFI. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable detail;Swift var detail: String? { get set }
- 
                  
                  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.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  The name for the new AFI. The default is the name of the source AFI. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable name;Swift var name: String? { get set }
- 
                  
                  The ID of the source AFI. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable sourceFpgaImageId;Swift var sourceFpgaImageId: String? { get set }
- 
                  
                  The Region that contains the source AFI. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable sourceRegion;Swift var sourceRegion: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ReplicateFpgaImageRequest Class Reference
        AWSEC2ReplicateFpgaImageRequest Class Reference