Class: Aws::Types::DisassociateIpamResourceDiscoveryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateIpamResourceDiscoveryRequest
- 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_association_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_association_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8704 8705 8706 |
# File 'sig/types.rbs', line 8704 def dry_run @dry_run end |
#ipam_resource_discovery_association_id ⇒ ::String
Returns the value of attribute ipam_resource_discovery_association_id.
8705 8706 8707 |
# File 'sig/types.rbs', line 8705 def ipam_resource_discovery_association_id @ipam_resource_discovery_association_id end |