Class: Aws::Types::CreateCloudWatchAlarmTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"GreaterThanOrEqualToThreshold", ...

Returns the value of attribute comparison_operator.

Returns:



3784
3785
3786
# File 'sig/types.rbs', line 3784

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:



3785
3786
3787
# File 'sig/types.rbs', line 3785

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.

Returns:



3786
3787
3788
# File 'sig/types.rbs', line 3786

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:



3787
3788
3789
# File 'sig/types.rbs', line 3787

def evaluation_periods
  @evaluation_periods
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:



3788
3789
3790
# File 'sig/types.rbs', line 3788

def group_identifier
  @group_identifier
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:



3789
3790
3791
# File 'sig/types.rbs', line 3789

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:



3790
3791
3792
# File 'sig/types.rbs', line 3790

def name
  @name
end

#period::Integer

Returns the value of attribute period.

Returns:



3791
3792
3793
# File 'sig/types.rbs', line 3791

def period
  @period
end

#request_id::String

Returns the value of attribute request_id.

Returns:



3797
3798
3799
# File 'sig/types.rbs', line 3797

def request_id
  @request_id
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:



3792
3793
3794
# File 'sig/types.rbs', line 3792

def statistic
  @statistic
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



3793
3794
3795
# File 'sig/types.rbs', line 3793

def tags
  @tags
end

#target_resource_type"CLOUDFRONT_DISTRIBUTION", ...

Returns the value of attribute target_resource_type.

Returns:



3794
3795
3796
# File 'sig/types.rbs', line 3794

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:



3795
3796
3797
# File 'sig/types.rbs', line 3795

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.

Returns:



3796
3797
3798
# File 'sig/types.rbs', line 3796

def treat_missing_data
  @treat_missing_data
end