Class: Aws::Types::CrawlerHistory

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_id::String

Returns the value of attribute crawl_id.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def crawl_id
  @crawl_id
end

#dpu_hour::Float

Returns the value of attribute dpu_hour.

Returns:

  • (::Float)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def dpu_hour
  @dpu_hour
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1253
1254
1255
# File 'sig/types.rbs', line 1253

def end_time
  @end_time
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1255
1256
1257
# File 'sig/types.rbs', line 1255

def error_message
  @error_message
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


1256
1257
1258
# File 'sig/types.rbs', line 1256

def log_group
  @log_group
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def log_stream
  @log_stream
end

#message_prefix::String

Returns the value of attribute message_prefix.

Returns:

  • (::String)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def message_prefix
  @message_prefix
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1252
1253
1254
# File 'sig/types.rbs', line 1252

def start_time
  @start_time
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "COMPLETED", "FAILED", "STOPPED")


1251
1252
1253
# File 'sig/types.rbs', line 1251

def state
  @state
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


1254
1255
1256
# File 'sig/types.rbs', line 1254

def summary
  @summary
end