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.
13985 13986 13987 |
# File 'sig/types.rbs', line 13985 def @add_operating_regions end |
#add_organizational_unit_exclusions ⇒ ::Array[Types::AddIpamOrganizationalUnitExclusion]
Returns the value of attribute add_organizational_unit_exclusions.
13987 13988 13989 |
# File 'sig/types.rbs', line 13987 def add_organizational_unit_exclusions @add_organizational_unit_exclusions end |
#description ⇒ ::String
Returns the value of attribute description.
13984 13985 13986 |
# File 'sig/types.rbs', line 13984 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13982 13983 13984 |
# File 'sig/types.rbs', line 13982 def dry_run @dry_run end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
13983 13984 13985 |
# File 'sig/types.rbs', line 13983 def ipam_resource_discovery_id @ipam_resource_discovery_id end |
#remove_operating_regions ⇒ ::Array[Types::RemoveIpamOperatingRegion]
Returns the value of attribute remove_operating_regions.
13986 13987 13988 |
# File 'sig/types.rbs', line 13986 def @remove_operating_regions end |
#remove_organizational_unit_exclusions ⇒ ::Array[Types::RemoveIpamOrganizationalUnitExclusion]
Returns the value of attribute remove_organizational_unit_exclusions.
13988 13989 13990 |
# File 'sig/types.rbs', line 13988 def remove_organizational_unit_exclusions @remove_organizational_unit_exclusions end |