Class: Aws::EC2::Types::RemoveIpamOperatingRegion

Inherits:
Struct
  • Object
show all
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*

[1]: docs.aws.amazon.com/vpc/latest/ipam/create-ipam.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#region_nameString

The name of the operating Region you want to remove.

Returns:

  • (String)


54795
54796
54797
54798
54799
# File 'lib/aws-sdk-ec2/types.rb', line 54795

class RemoveIpamOperatingRegion < Struct.new(
  :region_name)
  SENSITIVE = []
  include Aws::Structure
end