DescribeAppsResult

public struct DescribeAppsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of App objects that describe the specified apps.

    Declaration

    Swift

    public let apps: [App]?
  • Undocumented

    Declaration

    Swift

    public init(apps: [App]? = nil)