Class: Aws::Types::NewDhcpConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NewDhcpConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key ⇒ ::String
Returns the value of attribute key.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#key ⇒ ::String
Returns the value of attribute key.
15552 15553 15554 |
# File 'sig/types.rbs', line 15552 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
15553 15554 15555 |
# File 'sig/types.rbs', line 15553 def values @values end |