Module: Aws::Kinesis::Client::_DisableEnhancedMonitoringResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::EnhancedMonitoringOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #current_shard_level_metrics ⇒ ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
- #desired_shard_level_metrics ⇒ ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
- #stream_arn ⇒ ::String
- #stream_name ⇒ ::String
Instance Method Details
#current_shard_level_metrics ⇒ ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
204 |
# File 'sig/client.rbs', line 204
def current_shard_level_metrics: () -> ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
|
#desired_shard_level_metrics ⇒ ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
205 |
# File 'sig/client.rbs', line 205
def desired_shard_level_metrics: () -> ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
|
#stream_arn ⇒ ::String
206 |
# File 'sig/client.rbs', line 206
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
203 |
# File 'sig/client.rbs', line 203
def stream_name: () -> ::String
|