Class: Aws::Types::DhcpConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


8291
8292
8293
# File 'sig/types.rbs', line 8291

def key
  @key
end

#values::Array[Types::AttributeValue]

Returns the value of attribute values.

Returns:



8292
8293
8294
# File 'sig/types.rbs', line 8292

def values
  @values
end