DescribeStackEventsOutput
public struct DescribeStackEventsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If the output exceeds 1 MB in size, a string that identifies the next page of events. If no additional page exists, this value is null.
Declaration
Swift
public let nextToken: String? -
A list of StackEvents structures.
Declaration
Swift
public let stackEvents: [StackEvent]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, stackEvents: [StackEvent]? = nil)
View on GitHub
DescribeStackEventsOutput Structure Reference