ListTrailsResponse class

Constructors

ListTrailsResponse({String? nextToken, List<TrailInfo>? trails})
ListTrailsResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
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.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trails List<TrailInfo>?
Returns the name, ARN, and home region of trails in the current account.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited