Class: Aws::EC2::Types::RemoveIpamOperatingRegion
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::RemoveIpamOperatingRegion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
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*
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#region_name ⇒ String
The name of the operating Region you want to remove.
Instance Attribute Details
#region_name ⇒ String
The name of the operating Region you want to remove.
59836 59837 59838 59839 59840 |
# File 'lib/aws-sdk-ec2/types.rb', line 59836 class RemoveIpamOperatingRegion < Struct.new( :region_name) SENSITIVE = [] include Aws::Structure end |