ListAssociatedStacksRequest
public struct ListAssociatedStacksRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the fleet.
Declaration
Swift
public let fleetName: String
-
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(fleetName: String, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws