SourceAuth

public struct SourceAuth : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The resource value that applies to the specified authorization type.

    Declaration

    Swift

    public let resource: String?
  • This data type is deprecated and is no longer accurate or used. The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.

    Declaration

    Swift

    public let type: SourceAuthType
  • Undocumented

    Declaration

    Swift

    public init(resource: String? = nil, type: SourceAuthType)