Beispiel #1
0
// String returns the string representation
func (s Metric) String() string {
	return awsutil.Prettify(s)
}
Beispiel #2
0
// String returns the string representation
func (s GetMetricStatisticsOutput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #3
0
// String returns the string representation
func (s ListMetricsOutput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #4
0
// String returns the string representation
func (s DisableAlarmActionsInput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #5
0
// String returns the string representation
func (s EnableAlarmActionsOutput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #6
0
// String returns the string representation
func (s DescribeAlarmsOutput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #7
0
// String returns the string representation
func (s DimensionFilter) String() string {
	return awsutil.Prettify(s)
}
Beispiel #8
0
// String returns the string representation
func (s DescribeAlarmHistoryInput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #9
0
// String returns the string representation
func (s DescribeAlarmsForMetricInput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #10
0
// String returns the string representation
func (s Datapoint) String() string {
	return awsutil.Prettify(s)
}
Beispiel #11
0
// String returns the string representation
func (s DeleteAlarmsInput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #12
0
// String returns the string representation
func (s AlarmHistoryItem) String() string {
	return awsutil.Prettify(s)
}
Beispiel #13
0
// String returns the string representation
func (s StatisticSet) String() string {
	return awsutil.Prettify(s)
}
Beispiel #14
0
// String returns the string representation
func (s SetAlarmStateOutput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #15
0
// String returns the string representation
func (s PutMetricDataOutput) String() string {
	return awsutil.Prettify(s)
}
Beispiel #16
0
// String returns the string representation
func (s PutMetricAlarmInput) String() string {
	return awsutil.Prettify(s)
}