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.
15207 15208 15209 |
# File 'sig/types.rbs', line 15207 def key @key end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
15208 15209 15210 |
# File 'sig/types.rbs', line 15208 def values @values end |