DhcpConfiguration
public struct DhcpConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of a DHCP option.
Declaration
Swift
public let key: String?
-
One or more values for the DHCP option.
Declaration
Swift
public let values: [AttributeValue]?
-
Undocumented
Declaration
Swift
public init(key: String? = nil, values: [AttributeValue]? = nil)