Class: Aws::Types::CreateCloudWatchAlarmTemplateRequest

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


3774
3775
3776
# File 'sig/types.rbs', line 3774

def comparison_operator
  @comparison_operator
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:

  • (::Integer)


3775
3776
3777
# File 'sig/types.rbs', line 3775

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3776
3777
3778
# File 'sig/types.rbs', line 3776

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


3777
3778
3779
# File 'sig/types.rbs', line 3777

def evaluation_periods
  @evaluation_periods
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


3778
3779
3780
# File 'sig/types.rbs', line 3778

def group_identifier
  @group_identifier
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


3779
3780
3781
# File 'sig/types.rbs', line 3779

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3780
3781
3782
# File 'sig/types.rbs', line 3780

def name
  @name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


3781
3782
3783
# File 'sig/types.rbs', line 3781

def period
  @period
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


3787
3788
3789
# File 'sig/types.rbs', line 3787

def request_id
  @request_id
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:

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


3782
3783
3784
# File 'sig/types.rbs', line 3782

def statistic
  @statistic
end

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

Returns the value of attribute tags.

Returns:

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


3783
3784
3785
# File 'sig/types.rbs', line 3783

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


3784
3785
3786
# File 'sig/types.rbs', line 3784

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


3785
3786
3787
# File 'sig/types.rbs', line 3785

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.

Returns:

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


3786
3787
3788
# File 'sig/types.rbs', line 3786

def treat_missing_data
  @treat_missing_data
end