ListRoleTagsResponse class

Constructors

ListRoleTagsResponse({required List<Tag> tags, bool? isTruncated, String? marker})
ListRoleTagsResponse.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
isTruncated bool?
A flag that indicates whether there are more items to return. If your results were truncated, you can use the Marker request parameter to make a subsequent pagination request that retrieves more items. Note that IAM might return fewer than the MaxItems number of results even when more results are available. Check IsTruncated after every call to ensure that you receive all of your results.
final
marker String?
When IsTruncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent pagination request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>
The list of tags currently that is attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified role, the response contains an empty list.
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