GetMetricData

@JsonSerializable
data class GetMetricData(val MetricDataQueries: List<MetricDataQuery>, val StartTime: Instant, val EndTime: Instant, val NextToken: NextToken? = null, val ScanBy: ScanBy? = null, val MaxDataPoints: Int? = null, val LabelOptions: LabelOptions? = null) : CloudWatchAction<MetricData> (source)

Constructors

Link copied to clipboard
constructor(MetricDataQueries: List<MetricDataQuery>, StartTime: Instant, EndTime: Instant, NextToken: NextToken? = null, ScanBy: ScanBy? = null, MaxDataPoints: Int? = null, LabelOptions: LabelOptions? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<MetricData, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri