Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func NewGetter ¶
func NewGetter(cloudwatchlogsClient *aws.CloudwatchlogsClient) *Getter
type ResultsFieldOptions ¶
type ResultsFieldOptions struct { resource.CommonOptions Field string LogStream string ShowStats bool }
type ResultsPrinter ¶
type ResultsPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(results *cloudwatchlogs.GetQueryResultsOutput, field, logStream, queryId string, showStats bool) *ResultsPrinter
func (*ResultsPrinter) PrintTable ¶
func (p *ResultsPrinter) PrintTable(writer io.Writer) error
Click to show internal directories.
Click to hide internal directories.