Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudWatchMetric2 ¶
type CloudWatchMetric2 struct { Region string Namespace string Metric string Dimensions map[string]string Statistics string Period int64 Delay int64 FailIfZero bool }
func ParseFlag ¶
func ParseFlag() (cwm2 *CloudWatchMetric2, err error)
func (*CloudWatchMetric2) GetMetricStatistics ¶
func (cwm2 *CloudWatchMetric2) GetMetricStatistics() (value float64, err error)
type Datapoints ¶
type Datapoints []*cloudwatch.Datapoint
func (Datapoints) Len ¶
func (dps Datapoints) Len() int
func (Datapoints) Less ¶
func (dps Datapoints) Less(i, j int) bool
func (Datapoints) Swap ¶
func (dps Datapoints) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.