Class: Aws::Types::DhcpConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DhcpConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#values ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
8018 8019 8020 |
# File 'sig/types.rbs', line 8018 def key @key end |
#values ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute values.
8019 8020 8021 |
# File 'sig/types.rbs', line 8019 def values @values end |