LicenseInfo

public struct LicenseInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Name of the license.

    Declaration

    Swift

    public let name: String?
  • url

    The URL for license data.

    Declaration

    Swift

    public let url: String?
  • Undocumented

    Declaration

    Swift

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