PlatformFramework

public struct PlatformFramework : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the framework.

    Declaration

    Swift

    public let name: String?
  • The version of the framework.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

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