Class: Aws::Types::EnhancedMonitoringOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute current_shard_level_metrics.

Returns:

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


287
288
289
# File 'sig/types.rbs', line 287

def current_shard_level_metrics
  @current_shard_level_metrics
end

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

Returns the value of attribute desired_shard_level_metrics.

Returns:

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


288
289
290
# File 'sig/types.rbs', line 288

def desired_shard_level_metrics
  @desired_shard_level_metrics
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def stream_name
  @stream_name
end