Class: Aws::Types::NewDhcpConfiguration

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)


15207
15208
15209
# File 'sig/types.rbs', line 15207

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


15208
15209
15210
# File 'sig/types.rbs', line 15208

def values
  @values
end