LastCrawlInfo
import "github.com/aws/aws-sdk-go/service/glue"
type LastCrawlInfo struct { ErrorMessage *string `type:"string"` LogGroup *string `min:"1" type:"string"` LogStream *string `min:"1" type:"string"` MessagePrefix *string `min:"1" type:"string"` StartTime *time.Time `type:"timestamp"` Status *string `type:"string" enum:"LastCrawlStatus"` }
Status and error information about the most recent crawl.
- ErrorMessage
-
Type:
*string
If an error occurred, the error information about the last crawl.
- LogGroup
-
Type:
*string
The log group for the last crawl.
- LogStream
-
Type:
*string
The log stream for the last crawl.
- MessagePrefix
-
Type:
*string
The prefix for a message about this crawl.
- StartTime
-
Type:
*time.Time
The time at which the crawl started.
- Status
-
Type:
*string
Status of the last crawl.
Method
GoString
func (s LastCrawlInfo) GoString() string
GoString returns the string representation
SetErrorMessage
func (s *LastCrawlInfo) SetErrorMessage(v string) *LastCrawlInfo
SetErrorMessage sets the ErrorMessage field's value.
SetLogGroup
func (s *LastCrawlInfo) SetLogGroup(v string) *LastCrawlInfo
SetLogGroup sets the LogGroup field's value.
SetLogStream
func (s *LastCrawlInfo) SetLogStream(v string) *LastCrawlInfo
SetLogStream sets the LogStream field's value.
SetMessagePrefix
func (s *LastCrawlInfo) SetMessagePrefix(v string) *LastCrawlInfo
SetMessagePrefix sets the MessagePrefix field's value.
SetStartTime
func (s *LastCrawlInfo) SetStartTime(v time.Time) *LastCrawlInfo
SetStartTime sets the StartTime field's value.
SetStatus
func (s *LastCrawlInfo) SetStatus(v string) *LastCrawlInfo
SetStatus sets the Status field's value.
String
func (s LastCrawlInfo) String() string
String returns the string representation