Class: Aws::Types::CrawlerMetrics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_name::String

Returns the value of attribute crawler_name.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def crawler_name
  @crawler_name
end

#last_runtime_seconds::Float

Returns the value of attribute last_runtime_seconds.

Returns:

  • (::Float)


1271
1272
1273
# File 'sig/types.rbs', line 1271

def last_runtime_seconds
  @last_runtime_seconds
end

#median_runtime_seconds::Float

Returns the value of attribute median_runtime_seconds.

Returns:

  • (::Float)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def median_runtime_seconds
  @median_runtime_seconds
end

#still_estimatingBoolean

Returns the value of attribute still_estimating.

Returns:

  • (Boolean)


1270
1271
1272
# File 'sig/types.rbs', line 1270

def still_estimating
  @still_estimating
end

#tables_created::Integer

Returns the value of attribute tables_created.

Returns:

  • (::Integer)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def tables_created
  @tables_created
end

#tables_deleted::Integer

Returns the value of attribute tables_deleted.

Returns:

  • (::Integer)


1275
1276
1277
# File 'sig/types.rbs', line 1275

def tables_deleted
  @tables_deleted
end

#tables_updated::Integer

Returns the value of attribute tables_updated.

Returns:

  • (::Integer)


1274
1275
1276
# File 'sig/types.rbs', line 1274

def tables_updated
  @tables_updated
end

#time_left_seconds::Float

Returns the value of attribute time_left_seconds.

Returns:

  • (::Float)


1269
1270
1271
# File 'sig/types.rbs', line 1269

def time_left_seconds
  @time_left_seconds
end