Class: Aws::Types::DeleteIpamScopeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIpamScopeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4224 4225 4226 |
# File 'sig/types.rbs', line 4224 def dry_run @dry_run end |
#ipam_scope_id ⇒ ::String
Returns the value of attribute ipam_scope_id.
4225 4226 4227 |
# File 'sig/types.rbs', line 4225 def ipam_scope_id @ipam_scope_id end |