ResourceInfo constructor

ResourceInfo({
  1. DateTime? lastModified,
  2. String? resourceArn,
  3. String? roleArn,
})

Implementation

ResourceInfo({
  this.lastModified,
  this.resourceArn,
  this.roleArn,
});