ListConfigurationHistoryResponse
public struct ListConfigurationHistoryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of configuration events and their corresponding details.
Declaration
Swift
public let eventList: [ConfigurationEvent]?
-
The NextToken value to include in a future ListConfigurationHistory request. When the results of a ListConfigurationHistory request exceed MaxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(eventList: [ConfigurationEvent]? = nil, nextToken: String? = nil)