Class: Aws::Types::ModifyIpamResourceDiscoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyIpamResourceDiscoveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute add_operating_regions.
-
#add_organizational_unit_exclusions ⇒ ::Array[Types::AddIpamOrganizationalUnitExclusion]
Returns the value of attribute add_organizational_unit_exclusions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
-
#remove_operating_regions ⇒ ::Array[Types::RemoveIpamOperatingRegion]
Returns the value of attribute remove_operating_regions.
-
#remove_organizational_unit_exclusions ⇒ ::Array[Types::RemoveIpamOrganizationalUnitExclusion]
Returns the value of attribute remove_organizational_unit_exclusions.
Instance Attribute Details
#add_operating_regions ⇒ ::Array[Types::AddIpamOperatingRegion]
Returns the value of attribute add_operating_regions.
13688 13689 13690 |
# File 'sig/types.rbs', line 13688 def @add_operating_regions end |
#add_organizational_unit_exclusions ⇒ ::Array[Types::AddIpamOrganizationalUnitExclusion]
Returns the value of attribute add_organizational_unit_exclusions.
13690 13691 13692 |
# File 'sig/types.rbs', line 13690 def add_organizational_unit_exclusions @add_organizational_unit_exclusions end |
#description ⇒ ::String
Returns the value of attribute description.
13687 13688 13689 |
# File 'sig/types.rbs', line 13687 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13685 13686 13687 |
# File 'sig/types.rbs', line 13685 def dry_run @dry_run end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
13686 13687 13688 |
# File 'sig/types.rbs', line 13686 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#remove_operating_regions ⇒ ::Array[Types::RemoveIpamOperatingRegion]
Returns the value of attribute remove_operating_regions.
13689 13690 13691 |
# File 'sig/types.rbs', line 13689 def @remove_operating_regions end |
#remove_organizational_unit_exclusions ⇒ ::Array[Types::RemoveIpamOrganizationalUnitExclusion]
Returns the value of attribute remove_organizational_unit_exclusions.
13691 13692 13693 |
# File 'sig/types.rbs', line 13691 def remove_organizational_unit_exclusions @remove_organizational_unit_exclusions end |