GetResourceConfigHistoryResponse
public struct GetResourceConfigHistoryResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list that contains the configuration history of one or more resources.
Declaration
Swift
public let configurationItems: [ConfigurationItem]?
-
The string that you use in a subsequent request to get the next page of results in a paginated response.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(configurationItems: [ConfigurationItem]? = nil, nextToken: String? = nil)