Class: Aws::Types::AssociateDhcpOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDhcpOptionsRequest
- 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.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
574 575 576 |
# File 'sig/types.rbs', line 574 def @dhcp_options_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
576 577 578 |
# File 'sig/types.rbs', line 576 def dry_run @dry_run end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
575 576 577 |
# File 'sig/types.rbs', line 575 def vpc_id @vpc_id end |