GetSAMLProviderRequest

public struct GetSAMLProviderRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get information about. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

    Declaration

    Swift

    public let sAMLProviderArn: String
  • Undocumented

    Declaration

    Swift

    public init(sAMLProviderArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws