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.
14306 14307 14308 |
# File 'sig/types.rbs', line 14306 def @add_operating_regions end |
#add_organizational_unit_exclusions ⇒ ::Array[Types::AddIpamOrganizationalUnitExclusion]
Returns the value of attribute add_organizational_unit_exclusions.
14308 14309 14310 |
# File 'sig/types.rbs', line 14308 def add_organizational_unit_exclusions @add_organizational_unit_exclusions end |
#description ⇒ ::String
Returns the value of attribute description.
14305 14306 14307 |
# File 'sig/types.rbs', line 14305 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
14303 14304 14305 |
# File 'sig/types.rbs', line 14303 def dry_run @dry_run end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
14304 14305 14306 |
# File 'sig/types.rbs', line 14304 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#remove_operating_regions ⇒ ::Array[Types::RemoveIpamOperatingRegion]
Returns the value of attribute remove_operating_regions.
14307 14308 14309 |
# File 'sig/types.rbs', line 14307 def @remove_operating_regions end |
#remove_organizational_unit_exclusions ⇒ ::Array[Types::RemoveIpamOrganizationalUnitExclusion]
Returns the value of attribute remove_organizational_unit_exclusions.
14309 14310 14311 |
# File 'sig/types.rbs', line 14309 def remove_organizational_unit_exclusions @remove_organizational_unit_exclusions end |