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)


14910
14911
14912
# File 'sig/types.rbs', line 14910

def key
  @key
end

#values::Array[::String]

Returns the value of attribute values.

Returns:

  • (::Array[::String])


14911
14912
14913
# File 'sig/types.rbs', line 14911

def values
  @values
end