Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Org will carry throughout the api and get tagged on resources Org string EventReporters []report.Reporter )
Functions ¶
Types ¶
type JobsResponse ¶ added in v0.6.1
type JobsResponse struct { Job *jobs.Job `json:"job"` Tags []*tag `json:"tags"` Log *cloudwatchlogs.LogGroup `json:"log"` Next string `json:"next"` }
Click to show internal directories.
Click to hide internal directories.