PlacementTemplate
public struct PlacementTemplate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default attributes (key/value pairs) to be applied to all placements using this template.
Declaration
Swift
public let defaultAttributes: [String : String]?
-
An object specifying the DeviceTemplate for all placements using this (PlacementTemplate) template.
Declaration
Swift
public let deviceTemplates: [String : DeviceTemplate]?
-
Undocumented
Declaration
Swift
public init(defaultAttributes: [String : String]? = nil, deviceTemplates: [String : DeviceTemplate]? = nil)
-
Declaration
Swift
public func validate(name: String) throws