ListAssociatedFleetsRequest
public struct ListAssociatedFleetsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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? -
The name of the stack.
Declaration
Swift
public let stackName: String -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, stackName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListAssociatedFleetsRequest Structure Reference