GetDeviceRequest

public struct GetDeviceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the device for which to request details. Required.

    Declaration

    Swift

    public let deviceArn: String?
  • Undocumented

    Declaration

    Swift

    public init(deviceArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws