Class: Aws::Types::CreateCloudWatchAlarmTemplateRequestContent

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


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

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:

  • (::Integer)


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

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


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

def evaluation_periods
  @evaluation_periods
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


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

def group_identifier
  @group_identifier
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


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

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


3799
3800
3801
# File 'sig/types.rbs', line 3799

def period
  @period
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


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

def request_id
  @request_id
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:

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


3800
3801
3802
# File 'sig/types.rbs', line 3800

def statistic
  @statistic
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
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")


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

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


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

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.

Returns:

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


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

def treat_missing_data
  @treat_missing_data
end