Class: Aws::Types::DhcpOptions
- Inherits:
-
Object
- Object
- Aws::Types::DhcpOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dhcp_configurations ⇒ ::Array[Types::DhcpConfiguration]
Returns the value of attribute dhcp_configurations.
-
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#dhcp_configurations ⇒ ::Array[Types::DhcpConfiguration]
Returns the value of attribute dhcp_configurations.
8210 8211 8212 |
# File 'sig/types.rbs', line 8210 def dhcp_configurations @dhcp_configurations end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
8209 8210 8211 |
# File 'sig/types.rbs', line 8209 def @dhcp_options_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
8207 8208 8209 |
# File 'sig/types.rbs', line 8207 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8208 8209 8210 |
# File 'sig/types.rbs', line 8208 def @tags end |