ListS3ResourcesResult class

Constructors

ListS3ResourcesResult({String? nextToken, List<S3ResourceClassification>? s3Resources})
ListS3ResourcesResult.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nextToken String?
When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3Resources List<S3ResourceClassification>?
A list of the associated S3 resources returned by the action.
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