CreateAnalyzerResponse

public struct CreateAnalyzerResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the analyzer that was created by the request.

    Declaration

    Swift

    public let arn: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil)