attributes property

List<Attribute>? attributes
final

The attributes set for the container instance, either by the Amazon ECS container agent at instance registration or manually with the PutAttributes operation.

Implementation

final List<Attribute>? attributes;