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")]
220 |
# File 'sig/client.rbs', line 220
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")]
221 |
# File 'sig/client.rbs', line 221
def desired_shard_level_metrics: () -> ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
|
#stream_arn ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def stream_arn: () -> ::String
|
#stream_name ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def stream_name: () -> ::String
|