FilterSummary
public struct FilterSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The time at which the filter was created.
Declaration
Swift
public let creationDateTime: TimeStamp? -
The ARN of the dataset group to which the filter belongs.
Declaration
Swift
public let datasetGroupArn: String? -
If the filter failed, the reason for the failure.
Declaration
Swift
public let failureReason: String? -
The ARN of the filter.
Declaration
Swift
public let filterArn: String? -
The time at which the filter was last updated.
Declaration
Swift
public let lastUpdatedDateTime: TimeStamp? -
The name of the filter.
Declaration
Swift
public let name: String? -
The status of the filter.
Declaration
Swift
public let status: String?
View on GitHub
FilterSummary Structure Reference