GetAnalyzedResourceRequest

public struct GetAnalyzedResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the analyzer to retrieve information from.

    Declaration

    Swift

    public let analyzerArn: String
  • The ARN of the resource to retrieve information about.

    Declaration

    Swift

    public let resourceArn: String
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws