tags property

List<Tag> tags
final

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.

Implementation

final List<Tag> tags;