Class: Aws::Types::CreateCloudWatchAlarmTemplateRequestContent

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#comparison_operator"GreaterThanOrEqualToThreshold", ...

Returns the value of attribute comparison_operator.



3802
3803
3804
# File 'sig/types.rbs', line 3802

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.



3803
3804
3805
# File 'sig/types.rbs', line 3803

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.



3804
3805
3806
# File 'sig/types.rbs', line 3804

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.



3805
3806
3807
# File 'sig/types.rbs', line 3805

def evaluation_periods
  @evaluation_periods
end

#group_identifier::String

Returns the value of attribute group_identifier.



3806
3807
3808
# File 'sig/types.rbs', line 3806

def group_identifier
  @group_identifier
end

#metric_name::String

Returns the value of attribute metric_name.



3807
3808
3809
# File 'sig/types.rbs', line 3807

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.



3808
3809
3810
# File 'sig/types.rbs', line 3808

def name
  @name
end

#period::Integer

Returns the value of attribute period.



3809
3810
3811
# File 'sig/types.rbs', line 3809

def period
  @period
end

#request_id::String

Returns the value of attribute request_id.



3815
3816
3817
# File 'sig/types.rbs', line 3815

def request_id
  @request_id
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.



3810
3811
3812
# File 'sig/types.rbs', line 3810

def statistic
  @statistic
end

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

Returns the value of attribute tags.



3811
3812
3813
# File 'sig/types.rbs', line 3811

def tags
  @tags
end

#target_resource_type"CLOUDFRONT_DISTRIBUTION", ...

Returns the value of attribute target_resource_type.



3812
3813
3814
# File 'sig/types.rbs', line 3812

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.



3813
3814
3815
# File 'sig/types.rbs', line 3813

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.



3814
3815
3816
# File 'sig/types.rbs', line 3814

def treat_missing_data
  @treat_missing_data
end