Class: Aws::Types::LastCrawlInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


5109
5110
5111
# File 'sig/types.rbs', line 5109

def error_message
  @error_message
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


5110
5111
5112
# File 'sig/types.rbs', line 5110

def log_group
  @log_group
end

#log_stream::String

Returns the value of attribute log_stream.

Returns:

  • (::String)


5111
5112
5113
# File 'sig/types.rbs', line 5111

def log_stream
  @log_stream
end

#message_prefix::String

Returns the value of attribute message_prefix.

Returns:

  • (::String)


5112
5113
5114
# File 'sig/types.rbs', line 5112

def message_prefix
  @message_prefix
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5113
5114
5115
# File 'sig/types.rbs', line 5113

def start_time
  @start_time
end

#status"SUCCEEDED", ...

Returns the value of attribute status.

Returns:

  • ("SUCCEEDED", "CANCELLED", "FAILED")


5108
5109
5110
# File 'sig/types.rbs', line 5108

def status
  @status
end