Class: Aws::Types::CreateDhcpOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDhcpOptionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dhcp_configurations ⇒ ::Array[Types::NewDhcpConfiguration]
Returns the value of attribute dhcp_configurations.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#dhcp_configurations ⇒ ::Array[Types::NewDhcpConfiguration]
Returns the value of attribute dhcp_configurations.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def dhcp_configurations @dhcp_configurations end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def dry_run @dry_run end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def tag_specifications @tag_specifications end |