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>,
}

Represents the output for EnableEnhancedMonitoring and DisableEnhancedMonitoring.

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 Amazon Kinesis stream.

Trait Implementations

impl Default for EnhancedMonitoringOutput
[src]

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

impl Debug for EnhancedMonitoringOutput
[src]

Formats the value using the given formatter.

impl Clone for EnhancedMonitoringOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more