ListObjectAttributesResponse constructor
ListObjectAttributesResponse({
- List<
AttributeKeyAndValue> ? attributes, - String? nextToken,
Implementation
ListObjectAttributesResponse({
this.attributes,
this.nextToken,
});