AWSEC2RemoveIpamOperatingRegion
Objective-C
@interface AWSEC2RemoveIpamOperatingRegion
Swift
class AWSEC2RemoveIpamOperatingRegion
Remove an operating Region from an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.
For more information about operating Regions, see Create an IPAM in the Amazon VPC IPAM User Guide
-
The name of the operating Region you want to remove.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable regionName;
Swift
var regionName: String? { get set }