ListTrailsResponse
public struct ListTrailsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of ‘Username’ with a value of ‘root’, the call with NextToken should include those same parameters.
Declaration
Swift
public let nextToken: String?
-
Returns the name, ARN, and home region of trails in the current account.
Declaration
Swift
public let trails: [TrailInfo]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, trails: [TrailInfo]? = nil)