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)


8201
8202
8203
# File 'sig/types.rbs', line 8201

def key
  @key
end

#values::Array[Types::AttributeValue]

Returns the value of attribute values.

Returns:



8202
8203
8204
# File 'sig/types.rbs', line 8202

def values
  @values
end