DescribeDeviceFleetResponse class

Constructors

DescribeDeviceFleetResponse({required DateTime creationTime, required String deviceFleetArn, required String deviceFleetName, required DateTime lastModifiedTime, required EdgeOutputConfig outputConfig, String? description, String? iotRoleAlias, String? roleArn})
DescribeDeviceFleetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationTime DateTime
Timestamp of when the device fleet was created.
final
description String?
A description of the fleet.
final
deviceFleetArn String
The The Amazon Resource Name (ARN) of the fleet.
final
deviceFleetName String
The name of the fleet.
final
hashCode int
The hash code for this object.
no setterinherited
iotRoleAlias String?
The Amazon Resource Name (ARN) alias created in AWS Internet of Things (IoT).
final
lastModifiedTime DateTime
Timestamp of when the device fleet was last updated.
final
outputConfig EdgeOutputConfig
The output configuration for storing sampled data.
final
roleArn String?
The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited