DeleteInsightRequest

public struct DeleteInsightRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the insight to delete.

    Declaration

    Swift

    public let insightArn: String
  • Undocumented

    Declaration

    Swift

    public init(insightArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws