UpdateInsightRequest
public struct UpdateInsightRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The updated filters that define this insight.
Declaration
Swift
public let filters: AwsSecurityFindingFilters? -
The updated GroupBy attribute that defines this insight.
Declaration
Swift
public let groupByAttribute: String? -
The ARN of the insight that you want to update.
Declaration
Swift
public let insightArn: String -
The updated name for the insight.
Declaration
Swift
public let name: String? -
Undocumented
Declaration
Swift
public init(filters: AwsSecurityFindingFilters? = nil, groupByAttribute: String? = nil, insightArn: String, name: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateInsightRequest Structure Reference