Class: Aws::EC2::Types::ModifyIpamResourceDiscoveryRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#add_operating_regionsArray<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.

Returns:



48403
48404
48405
48406
48407
48408
48409
48410
48411
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48403

class ModifyIpamResourceDiscoveryRequest < Struct.new(
  :dry_run,
  :ipam_resource_discovery_id,
  :description,
  :add_operating_regions,
  :remove_operating_regions)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A resource discovery description.

Returns:

  • (String)


48403
48404
48405
48406
48407
48408
48409
48410
48411
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48403

class ModifyIpamResourceDiscoveryRequest < Struct.new(
  :dry_run,
  :ipam_resource_discovery_id,
  :description,
  :add_operating_regions,
  :remove_operating_regions)
  SENSITIVE = []
  include Aws::Structure
end

#dry_runBoolean

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.

Returns:

  • (Boolean)


48403
48404
48405
48406
48407
48408
48409
48410
48411
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48403

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_idString

A resource discovery ID.

Returns:

  • (String)


48403
48404
48405
48406
48407
48408
48409
48410
48411
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48403

class ModifyIpamResourceDiscoveryRequest < Struct.new(
  :dry_run,
  :ipam_resource_discovery_id,
  :description,
  :add_operating_regions,
  :remove_operating_regions)
  SENSITIVE = []
  include Aws::Structure
end

#remove_operating_regionsArray<Types::RemoveIpamOperatingRegion>

Remove operating Regions.



48403
48404
48405
48406
48407
48408
48409
48410
48411
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 48403

class ModifyIpamResourceDiscoveryRequest < Struct.new(
  :dry_run,
  :ipam_resource_discovery_id,
  :description,
  :add_operating_regions,
  :remove_operating_regions)
  SENSITIVE = []
  include Aws::Structure
end