ListTagsForResourceResponse class

Constructors

ListTagsForResourceResponse({String? resourceArn, List<Tag>? tags})
ListTagsForResourceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
resourceArn String?
The Amazon Resource Name (ARN) of the given Amazon Comprehend resource you are querying.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
Tags associated with the Amazon Comprehend resource being queried. A tag is a key-value pair that adds as a metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.
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