Class: Aws::Types::DeleteDhcpOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDhcpOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def @dhcp_options_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4035 4036 4037 |
# File 'sig/types.rbs', line 4035 def dry_run @dry_run end |