Class: Aws::Types::GetCloudWatchAlarmTemplateResponseContent

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.



4130
4131
4132
# File 'sig/types.rbs', line 4130

def arn
  @arn
end

#comparison_operator"GreaterThanOrEqualToThreshold", ...

Returns the value of attribute comparison_operator.



4131
4132
4133
# File 'sig/types.rbs', line 4131

def comparison_operator
  @comparison_operator
end

#created_at::Time

Returns the value of attribute created_at.



4132
4133
4134
# File 'sig/types.rbs', line 4132

def created_at
  @created_at
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.



4133
4134
4135
# File 'sig/types.rbs', line 4133

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.



4134
4135
4136
# File 'sig/types.rbs', line 4134

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.



4135
4136
4137
# File 'sig/types.rbs', line 4135

def evaluation_periods
  @evaluation_periods
end

#group_id::String

Returns the value of attribute group_id.



4136
4137
4138
# File 'sig/types.rbs', line 4136

def group_id
  @group_id
end

#id::String

Returns the value of attribute id.



4137
4138
4139
# File 'sig/types.rbs', line 4137

def id
  @id
end

#metric_name::String

Returns the value of attribute metric_name.



4138
4139
4140
# File 'sig/types.rbs', line 4138

def metric_name
  @metric_name
end

#modified_at::Time

Returns the value of attribute modified_at.



4139
4140
4141
# File 'sig/types.rbs', line 4139

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.



4140
4141
4142
# File 'sig/types.rbs', line 4140

def name
  @name
end

#period::Integer

Returns the value of attribute period.



4141
4142
4143
# File 'sig/types.rbs', line 4141

def period
  @period
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.



4142
4143
4144
# File 'sig/types.rbs', line 4142

def statistic
  @statistic
end

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

Returns the value of attribute tags.



4143
4144
4145
# File 'sig/types.rbs', line 4143

def tags
  @tags
end

#target_resource_type"CLOUDFRONT_DISTRIBUTION", ...

Returns the value of attribute target_resource_type.



4144
4145
4146
# File 'sig/types.rbs', line 4144

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.



4145
4146
4147
# File 'sig/types.rbs', line 4145

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.



4146
4147
4148
# File 'sig/types.rbs', line 4146

def treat_missing_data
  @treat_missing_data
end