GetDevicesInPlacementRequest

public struct GetDevicesInPlacementRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the placement to get the devices from.

    Declaration

    Swift

    public let placementName: String
  • The name of the project containing the placement.

    Declaration

    Swift

    public let projectName: String
  • Undocumented

    Declaration

    Swift

    public init(placementName: String, projectName: String)
  • Declaration

    Swift

    public func validate(name: String) throws