DescribeRuntimeVersionsResponse
public struct DescribeRuntimeVersionsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A token that indicates that there is more data available. You can use this token in a subsequent DescribeRuntimeVersions operation to retrieve the next set of results.
Declaration
Swift
public let nextToken: String?
-
An array of objects that display the details about each Synthetics canary runtime version.
Declaration
Swift
public let runtimeVersions: [RuntimeVersion]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, runtimeVersions: [RuntimeVersion]? = nil)