Struct rusoto_kinesis::EnhancedMonitoringOutput [] [src]

pub struct EnhancedMonitoringOutput {
    pub current_shard_level_metrics: Option<Vec<String>>,
    pub desired_shard_level_metrics: Option<Vec<String>>,
    pub stream_name: Option<String>,
}

Fields

Represents the current state of the metrics that are in the enhanced state before the operation.

Represents the list of all the metrics that would be in the enhanced state after the operation.

The name of the Kinesis stream.

Trait Implementations

impl Default for EnhancedMonitoringOutput
[src]

[src]

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

impl Debug for EnhancedMonitoringOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EnhancedMonitoringOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations