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.
8201 8202 8203 |
# File 'sig/types.rbs', line 8201 def key @key end |
#values ⇒ ::Array[Types::AttributeValue]
Returns the value of attribute values.
8202 8203 8204 |
# File 'sig/types.rbs', line 8202 def values @values end |