attributeValues property

List<AttributeValue>? attributeValues
final

The list of values for an attribute. For example, Throughput Optimized HDD and Provisioned IOPS are two available values for the AmazonEC2 volumeType.

Implementation

final List<AttributeValue>? attributeValues;