Module: Aws::Kinesis::Client::_EnableEnhancedMonitoringResponseSuccess
- 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")]
310 |
# File 'sig/client.rbs', line 310
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")]
311 |
# File 'sig/client.rbs', line 311
def desired_shard_level_metrics: () -> ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
|
#stream_arn ⇒ ::String
312 |
# File 'sig/client.rbs', line 312
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
309 |
# File 'sig/client.rbs', line 309
def stream_name: () -> ::String
|