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


169
170
171
# File 'sig/types.rbs', line 169

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


170
171
172
# File 'sig/types.rbs', line 170

def desired_shard_level_metrics
  @desired_shard_level_metrics
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def stream_arn
  @stream_arn
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def stream_name
  @stream_name
end