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 data 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. Read more

impl Clone for EnhancedMonitoringOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EnhancedMonitoringOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations