ListInstanceAttributesResponse constructor

ListInstanceAttributesResponse({
  1. List<Attribute>? attributes,
  2. String? nextToken,
})

Implementation

ListInstanceAttributesResponse({
  this.attributes,
  this.nextToken,
});