attributes property

List<AttributeKeyAndValue>? attributes
final

Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

Implementation

final List<AttributeKeyAndValue>? attributes;