ListArchiveRulesResponse
public struct ListArchiveRulesResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of archive rules created for the specified analyzer.
Declaration
Swift
public let archiveRules: [ArchiveRuleSummary]
-
A token used for pagination of results returned.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(archiveRules: [ArchiveRuleSummary], nextToken: String? = nil)