ListStackResourcesOutput
public struct ListStackResourcesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the output exceeds 1 MB, a string that identifies the next page of stack resources. If no additional page exists, this value is null.
Declaration
Swift
public let nextToken: String?
-
A list of StackResourceSummary structures.
Declaration
Swift
public let stackResourceSummaries: [StackResourceSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, stackResourceSummaries: [StackResourceSummary]? = nil)