Class: Aws::Types::Crawl

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completed_on::Time

Returns the value of attribute completed_on.

Returns:

  • (::Time)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def completed_on
  @completed_on
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def error_message
  @error_message
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


1220
1221
1222
# File 'sig/types.rbs', line 1220

def log_group
  @log_group
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


1221
1222
1223
# File 'sig/types.rbs', line 1221

def log_stream
  @log_stream
end

#started_on::Time

Returns the value of attribute started_on.

Returns:

  • (::Time)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def started_on
  @started_on
end

#state"RUNNING", ...

Returns the value of attribute state.

Returns:

  • ("RUNNING", "CANCELLING", "CANCELLED", "SUCCEEDED", "FAILED", "ERROR")


1216
1217
1218
# File 'sig/types.rbs', line 1216

def state
  @state
end