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.
8027 8028 8029 |
# File 'sig/types.rbs', line 8027 def dhcp_configurations @dhcp_configurations end |
#dhcp_options_id ⇒ ::String
Returns the value of attribute dhcp_options_id.
8026 8027 8028 |
# File 'sig/types.rbs', line 8026 def @dhcp_options_id end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
8024 8025 8026 |
# File 'sig/types.rbs', line 8024 def owner_id @owner_id end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
8025 8026 8027 |
# File 'sig/types.rbs', line 8025 def @tags end |