Class: Aws::Types::DisableEnhancedMonitoringInput
- Inherits:
-
Object
- Object
- Aws::Types::DisableEnhancedMonitoringInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#shard_level_metrics ⇒ ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
Returns the value of attribute shard_level_metrics.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#shard_level_metrics ⇒ ::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]
Returns the value of attribute shard_level_metrics.
148 149 150 |
# File 'sig/types.rbs', line 148 def shard_level_metrics @shard_level_metrics end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
149 150 151 |
# File 'sig/types.rbs', line 149 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
147 148 149 |
# File 'sig/types.rbs', line 147 def stream_name @stream_name end |