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)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def crawler_name
  @crawler_name
end

#last_runtime_seconds::Float

Returns the value of attribute last_runtime_seconds.

Returns:

  • (::Float)


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

def last_runtime_seconds
  @last_runtime_seconds
end

#median_runtime_seconds::Float

Returns the value of attribute median_runtime_seconds.

Returns:

  • (::Float)


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

def median_runtime_seconds
  @median_runtime_seconds
end

#still_estimatingBoolean

Returns the value of attribute still_estimating.

Returns:

  • (Boolean)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def still_estimating
  @still_estimating
end

#tables_created::Integer

Returns the value of attribute tables_created.

Returns:

  • (::Integer)


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

def tables_created
  @tables_created
end

#tables_deleted::Integer

Returns the value of attribute tables_deleted.

Returns:

  • (::Integer)


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

def tables_deleted
  @tables_deleted
end

#tables_updated::Integer

Returns the value of attribute tables_updated.

Returns:

  • (::Integer)


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

def tables_updated
  @tables_updated
end

#time_left_seconds::Float

Returns the value of attribute time_left_seconds.

Returns:

  • (::Float)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def time_left_seconds
  @time_left_seconds
end