Struct rusoto_kinesis::EnhancedMetrics [] [src]

pub struct EnhancedMetrics {
    pub shard_level_metrics: Option<Vec<String>>,
}

Represents enhanced metrics types.

Fields

List of shard-level metrics.

The following are the valid shard-level metrics. The value "ALL" enhances every metric.

  • IncomingBytes

  • IncomingRecords

  • OutgoingBytes

  • OutgoingRecords

  • WriteProvisionedThroughputExceeded

  • ReadProvisionedThroughputExceeded

  • IteratorAgeMilliseconds

  • ALL

For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.

Trait Implementations

impl Default for EnhancedMetrics
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for EnhancedMetrics
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnhancedMetrics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations