Class: Aws::Types::DisableEnhancedMonitoringInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#shard_level_metrics::Array[("IncomingBytes" | "IncomingRecords" | "OutgoingBytes" | "OutgoingRecords" | "WriteProvisionedThroughputExceeded" | "ReadProvisionedThroughputExceeded" | "IteratorAgeMilliseconds" | "ALL")]

Returns the value of attribute shard_level_metrics.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def shard_level_metrics
  @shard_level_metrics
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def stream_name
  @stream_name
end