DescribeRobotResponse constructor

DescribeRobotResponse({
  1. Architecture? architecture,
  2. String? arn,
  3. DateTime? createdAt,
  4. String? fleetArn,
  5. String? greengrassGroupId,
  6. String? lastDeploymentJob,
  7. DateTime? lastDeploymentTime,
  8. String? name,
  9. RobotStatus? status,
  10. Map<String, String>? tags,
})

Implementation

DescribeRobotResponse({
  this.architecture,
  this.arn,
  this.createdAt,
  this.fleetArn,
  this.greengrassGroupId,
  this.lastDeploymentJob,
  this.lastDeploymentTime,
  this.name,
  this.status,
  this.tags,
});