DhcpOptions
public struct DhcpOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
One or more DHCP options in the set.
Declaration
Swift
public let dhcpConfigurations: [DhcpConfiguration]?
-
The ID of the set of DHCP options.
Declaration
Swift
public let dhcpOptionsId: String?
-
The ID of the AWS account that owns the DHCP options set.
Declaration
Swift
public let ownerId: String?
-
Any tags assigned to the DHCP options set.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(dhcpConfigurations: [DhcpConfiguration]? = nil, dhcpOptionsId: String? = nil, ownerId: String? = nil, tags: [Tag]? = nil)