MethodSnapshot

public struct MethodSnapshot : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies whether the method requires a valid ApiKey.

    Declaration

    Swift

    public let apiKeyRequired: Bool?
  • The method’s authorization type. Valid values are NONE for open access, AWS_IAM for using AWS IAM permissions, CUSTOM for using a custom authorizer, or COGNITO_USER_POOLS for using a Cognito user pool.

    Declaration

    Swift

    public let authorizationType: String?
  • Undocumented

    Declaration

    Swift

    public init(apiKeyRequired: Bool? = nil, authorizationType: String? = nil)