AWSEC2ModifyIpamResourceCidrRequest
Objective-C
@interface AWSEC2ModifyIpamResourceCidrRequestSwift
class AWSEC2ModifyIpamResourceCidrRequest- 
                  
                  The ID of the current scope that the resource CIDR is in. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable currentIpamScopeId;Swift var currentIpamScopeId: String? { get set }
- 
                  
                  The ID of the scope you want to transfer the resource CIDR to. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable destinationIpamScopeId;Swift var destinationIpamScopeId: String? { get set }
- 
                  
                  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.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable dryRun;Swift var dryRun: NSNumber? { get set }
- 
                  
                  Determines if the resource is monitored by IPAM. If a resource is monitored, the resource is discovered by IPAM and you can view details about the resource’s CIDR. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable monitored;Swift var monitored: NSNumber? { get set }
- 
                  
                  The CIDR of the resource you want to modify. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable resourceCidr;Swift var resourceCidr: String? { get set }
- 
                  
                  The ID of the resource you want to modify. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable resourceId;Swift var resourceId: String? { get set }
- 
                  
                  The Amazon Web Services Region of the resource you want to modify. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable resourceRegion;Swift var resourceRegion: String? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2ModifyIpamResourceCidrRequest Class Reference
        AWSEC2ModifyIpamResourceCidrRequest Class Reference