DescribeFileSystemAliasesResponse class
The response object for DescribeFileSystemAliases
operation.
Constructors
-
DescribeFileSystemAliasesResponse({List<
Alias> ? aliases, String? nextToken}) -
DescribeFileSystemAliasesResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
aliases
→ List<
Alias> ? -
An array of one or more DNS aliases currently associated with the specified
file system.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextToken → String?
-
Present if there are more DNS aliases than returned in the response
(String). You can use the
NextToken
value in a later request to fetch additional descriptions.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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