DeviceInstance

public struct DeviceInstance : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the device instance.

    Declaration

    Swift

    public let arn: String?
  • The ARN of the device.

    Declaration

    Swift

    public let deviceArn: String?
  • A object that contains information about the instance profile.

    Declaration

    Swift

    public let instanceProfile: InstanceProfile?
  • An array of strings that describe the device instance.

    Declaration

    Swift

    public let labels: [String]?
  • The status of the device instance. Valid values are listed here.

    Declaration

    Swift

    public let status: InstanceStatus?
  • Unique device identifier for the device instance.

    Declaration

    Swift

    public let udid: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, deviceArn: String? = nil, instanceProfile: InstanceProfile? = nil, labels: [String]? = nil, status: InstanceStatus? = nil, udid: String? = nil)