ReportedOs

public struct ReportedOs : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The operating system family.

    Declaration

    Swift

    public let family: String?
  • The operating system name.

    Declaration

    Swift

    public let name: String?
  • The operating system version.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(family: String? = nil, name: String? = nil, version: String? = nil)