Get Fleet Metric Result
data class GetFleetMetricResult(val aggregationField: String? = null, val aggregationType: FleetMetricAggregationType? = null, val creationDate: String? = null, val description: String? = null, val indexName: String? = null, val lastModifiedDate: String? = null, val metricArn: String? = null, val period: Int? = null, val queryString: String? = null, val queryVersion: String? = null, val tags: List<Tag>? = null, val unit: String? = null, val version: Double? = null)
Constructors
Link copied to clipboard
constructor(aggregationField: String? = null, aggregationType: FleetMetricAggregationType? = null, creationDate: String? = null, description: String? = null, indexName: String? = null, lastModifiedDate: String? = null, metricArn: String? = null, period: Int? = null, queryString: String? = null, queryVersion: String? = null, tags: List<Tag>? = null, unit: String? = null, version: Double? = null)
Properties
Link copied to clipboard
The aggregation field to perform aggregation and metric emission
Link copied to clipboard
The type of the aggregation query.
Link copied to clipboard
The creation date of a fleet metric
Link copied to clipboard
The description of a fleet metric
Link copied to clipboard
The last modified date of a fleet metric
Link copied to clipboard
The Fleet Indexing query used by a fleet metric
Link copied to clipboard
The version of a Fleet Indexing query used by a fleet metric