Class: Aws::Types::EnableEnhancedMonitoringInput

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:

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


274
275
276
# File 'sig/types.rbs', line 274

def shard_level_metrics
  @shard_level_metrics
end

#stream_arn::String

Returns the value of attribute stream_arn.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def stream_arn
  @stream_arn
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def stream_id
  @stream_id
end

#stream_name::String

Returns the value of attribute stream_name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def stream_name
  @stream_name
end