Class: Aws::Types::UpdateCloudWatchAlarmTemplateRequest

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:

  • ("GreaterThanOrEqualToThreshold", "GreaterThanThreshold", "LessThanThreshold", "LessThanOrEqualToThreshold")


4606
4607
4608
# File 'sig/types.rbs', line 4606

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:

  • (::Integer)


4607
4608
4609
# File 'sig/types.rbs', line 4607

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4608
4609
4610
# File 'sig/types.rbs', line 4608

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


4609
4610
4611
# File 'sig/types.rbs', line 4609

def evaluation_periods
  @evaluation_periods
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


4610
4611
4612
# File 'sig/types.rbs', line 4610

def group_identifier
  @group_identifier
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


4611
4612
4613
# File 'sig/types.rbs', line 4611

def identifier
  @identifier
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


4612
4613
4614
# File 'sig/types.rbs', line 4612

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4613
4614
4615
# File 'sig/types.rbs', line 4613

def name
  @name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


4614
4615
4616
# File 'sig/types.rbs', line 4614

def period
  @period
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:

  • ("SampleCount", "Average", "Sum", "Minimum", "Maximum")


4615
4616
4617
# File 'sig/types.rbs', line 4615

def statistic
  @statistic
end

#target_resource_type"CLOUDFRONT_DISTRIBUTION", ...

Returns the value of attribute target_resource_type.

Returns:

  • ("CLOUDFRONT_DISTRIBUTION", "MEDIALIVE_MULTIPLEX", "MEDIALIVE_CHANNEL", "MEDIALIVE_INPUT_DEVICE", "MEDIAPACKAGE_CHANNEL", "MEDIAPACKAGE_ORIGIN_ENDPOINT", "MEDIACONNECT_FLOW", "S3_BUCKET", "MEDIATAILOR_PLAYBACK_CONFIGURATION")


4616
4617
4618
# File 'sig/types.rbs', line 4616

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


4617
4618
4619
# File 'sig/types.rbs', line 4617

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.

Returns:

  • ("notBreaching", "breaching", "ignore", "missing")


4618
4619
4620
# File 'sig/types.rbs', line 4618

def treat_missing_data
  @treat_missing_data
end