Class: Aws::EC2::Types::ModifyIpamResourceDiscoveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyIpamResourceDiscoveryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_operating_regions ⇒ Array<Types::AddIpamOperatingRegion>
Add operating Regions to the resource discovery.
-
#description ⇒ String
A resource discovery description.
-
#dry_run ⇒ Boolean
A check for whether you have the required permissions for the action without actually making the request and provides an error response.
-
#ipam_resource_discovery_id ⇒ String
A resource discovery ID.
-
#remove_operating_regions ⇒ Array<Types::RemoveIpamOperatingRegion>
Remove operating Regions.
Instance Attribute Details
#add_operating_regions ⇒ Array<Types::AddIpamOperatingRegion>
Add operating Regions to the resource discovery. 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.
47767 47768 47769 47770 47771 47772 47773 47774 47775 |
# File 'lib/aws-sdk-ec2/types.rb', line 47767 class ModifyIpamResourceDiscoveryRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :description, :add_operating_regions, :remove_operating_regions) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A resource discovery description.
47767 47768 47769 47770 47771 47772 47773 47774 47775 |
# File 'lib/aws-sdk-ec2/types.rb', line 47767 class ModifyIpamResourceDiscoveryRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :description, :add_operating_regions, :remove_operating_regions) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
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 is `UnauthorizedOperation`.
47767 47768 47769 47770 47771 47772 47773 47774 47775 |
# File 'lib/aws-sdk-ec2/types.rb', line 47767 class ModifyIpamResourceDiscoveryRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :description, :add_operating_regions, :remove_operating_regions) SENSITIVE = [] include Aws::Structure end |
#ipam_resource_discovery_id ⇒ String
A resource discovery ID.
47767 47768 47769 47770 47771 47772 47773 47774 47775 |
# File 'lib/aws-sdk-ec2/types.rb', line 47767 class ModifyIpamResourceDiscoveryRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :description, :add_operating_regions, :remove_operating_regions) SENSITIVE = [] include Aws::Structure end |
#remove_operating_regions ⇒ Array<Types::RemoveIpamOperatingRegion>
Remove operating Regions.
47767 47768 47769 47770 47771 47772 47773 47774 47775 |
# File 'lib/aws-sdk-ec2/types.rb', line 47767 class ModifyIpamResourceDiscoveryRequest < Struct.new( :dry_run, :ipam_resource_discovery_id, :description, :add_operating_regions, :remove_operating_regions) SENSITIVE = [] include Aws::Structure end |