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")])


292
293
294
# File 'sig/types.rbs', line 292

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")])


293
294
295
# File 'sig/types.rbs', line 293

def desired_shard_level_metrics
  @desired_shard_level_metrics
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def stream_name
  @stream_name
end