CreateDhcpOptionsRequest
public struct CreateDhcpOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A DHCP configuration option.
Declaration
Swift
public let dhcpConfigurations: [NewDhcpConfiguration]
-
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.
Declaration
Swift
public let dryRun: Bool?
-
The tags to assign to the DHCP option.
Declaration
Swift
public let tagSpecifications: [TagSpecification]?
-
Undocumented
Declaration
Swift
public init(dhcpConfigurations: [NewDhcpConfiguration], dryRun: Bool? = nil, tagSpecifications: [TagSpecification]? = nil)