Class: Aws::Types::CreateCloudWatchAlarmTemplateResponseContent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


3841
3842
3843
# File 'sig/types.rbs', line 3841

def arn
  @arn
end

#comparison_operator"GreaterThanOrEqualToThreshold", ...

Returns the value of attribute comparison_operator.

Returns:

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


3842
3843
3844
# File 'sig/types.rbs', line 3842

def comparison_operator
  @comparison_operator
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


3843
3844
3845
# File 'sig/types.rbs', line 3843

def created_at
  @created_at
end

#datapoints_to_alarm::Integer

Returns the value of attribute datapoints_to_alarm.

Returns:

  • (::Integer)


3844
3845
3846
# File 'sig/types.rbs', line 3844

def datapoints_to_alarm
  @datapoints_to_alarm
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3845
3846
3847
# File 'sig/types.rbs', line 3845

def description
  @description
end

#evaluation_periods::Integer

Returns the value of attribute evaluation_periods.

Returns:

  • (::Integer)


3846
3847
3848
# File 'sig/types.rbs', line 3846

def evaluation_periods
  @evaluation_periods
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


3847
3848
3849
# File 'sig/types.rbs', line 3847

def group_id
  @group_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


3848
3849
3850
# File 'sig/types.rbs', line 3848

def id
  @id
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


3849
3850
3851
# File 'sig/types.rbs', line 3849

def metric_name
  @metric_name
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


3850
3851
3852
# File 'sig/types.rbs', line 3850

def modified_at
  @modified_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


3851
3852
3853
# File 'sig/types.rbs', line 3851

def name
  @name
end

#period::Integer

Returns the value of attribute period.

Returns:

  • (::Integer)


3852
3853
3854
# File 'sig/types.rbs', line 3852

def period
  @period
end

#statistic"SampleCount", ...

Returns the value of attribute statistic.

Returns:

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


3853
3854
3855
# File 'sig/types.rbs', line 3853

def statistic
  @statistic
end

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

Returns the value of attribute tags.

Returns:

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


3854
3855
3856
# File 'sig/types.rbs', line 3854

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


3855
3856
3857
# File 'sig/types.rbs', line 3855

def target_resource_type
  @target_resource_type
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


3856
3857
3858
# File 'sig/types.rbs', line 3856

def threshold
  @threshold
end

#treat_missing_data"notBreaching", ...

Returns the value of attribute treat_missing_data.

Returns:

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


3857
3858
3859
# File 'sig/types.rbs', line 3857

def treat_missing_data
  @treat_missing_data
end