DescribeCustomMetricResponse class

Constructors

DescribeCustomMetricResponse({DateTime? creationDate, String? displayName, DateTime? lastModifiedDate, String? metricArn, String? metricName, CustomMetricType? metricType})
DescribeCustomMetricResponse.fromJson(Map<String, dynamic> json)
factory

Properties

creationDate DateTime?
The creation date of the custom metric in milliseconds since epoch.
final
displayName String?
Field represents a friendly name in the console for the custom metric; doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated.
final
hashCode int
The hash code for this object.
no setterinherited
lastModifiedDate DateTime?
The time the custom metric was last modified in milliseconds since epoch.
final
metricArn String?
The Amazon Resource Number (ARN) of the custom metric.
final
metricName String?
The name of the custom metric.
final
metricType CustomMetricType?
The type of the custom metric. Types include string-list, ip-address-list, number-list, and number.
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