Class: Aws::Types::UpdateCloudWatchAlarmTemplateRequestContent

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")


4623
4624
4625
# File 'sig/types.rbs', line 4623

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:

  • (::Integer)


4624
4625
4626
# File 'sig/types.rbs', line 4624

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4625
4626
4627
# File 'sig/types.rbs', line 4625

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


4626
4627
4628
# File 'sig/types.rbs', line 4626

def evaluation_periods
  @evaluation_periods
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


4627
4628
4629
# File 'sig/types.rbs', line 4627

def group_identifier
  @group_identifier
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


4628
4629
4630
# File 'sig/types.rbs', line 4628

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4629
4630
4631
# File 'sig/types.rbs', line 4629

def name
  @name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


4630
4631
4632
# File 'sig/types.rbs', line 4630

def period
  @period
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:

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


4631
4632
4633
# File 'sig/types.rbs', line 4631

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")


4632
4633
4634
# File 'sig/types.rbs', line 4632

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


4633
4634
4635
# File 'sig/types.rbs', line 4633

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.

Returns:

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


4634
4635
4636
# File 'sig/types.rbs', line 4634

def treat_missing_data
  @treat_missing_data
end