Class: Aws::Types::DeleteIpamResourceDiscoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamResourceDiscoveryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4344 4345 4346 |
# File 'sig/types.rbs', line 4344 def dry_run @dry_run end |
#ipam_resource_discovery_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_id.
4345 4346 4347 |
# File 'sig/types.rbs', line 4345 def ipam_resource_discovery_id @ipam_resource_discovery_id end |