StartResourceScanRequest

public struct StartResourceScanRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the analyzer to use to scan the policies applied to the specified resource.

    Declaration

    Swift

    public let analyzerArn: String
  • The ARN of the resource to scan.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

    public init(analyzerArn: String, resourceArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws