Module: Aws::MediaLive::Client::_UpdateCloudWatchAlarmTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateCloudWatchAlarmTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
- #created_at ⇒ ::Time
- #datapoints_to_alarm ⇒ ::Integer
- #description ⇒ ::String
- #evaluation_periods ⇒ ::Integer
- #group_id ⇒ ::String
- #id ⇒ ::String
- #metric_name ⇒ ::String
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #period ⇒ ::Integer
- #statistic ⇒ "SampleCount", ...
- #tags ⇒ ::Hash[::String, ::String]
- #target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
- #threshold ⇒ ::Float
- #treat_missing_data ⇒ "notBreaching", ...
Instance Method Details
#arn ⇒ ::String
1850 |
# File 'sig/client.rbs', line 1850 def arn: () -> ::String |
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
1851 |
# File 'sig/client.rbs', line 1851 def comparison_operator: () -> ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold") |
#created_at ⇒ ::Time
1852 |
# File 'sig/client.rbs', line 1852 def created_at: () -> ::Time |
#datapoints_to_alarm ⇒ ::Integer
1853 |
# File 'sig/client.rbs', line 1853 def datapoints_to_alarm: () -> ::Integer |
#description ⇒ ::String
1854 |
# File 'sig/client.rbs', line 1854 def description: () -> ::String |
#evaluation_periods ⇒ ::Integer
1855 |
# File 'sig/client.rbs', line 1855 def evaluation_periods: () -> ::Integer |
#group_id ⇒ ::String
1856 |
# File 'sig/client.rbs', line 1856 def group_id: () -> ::String |
#id ⇒ ::String
1857 |
# File 'sig/client.rbs', line 1857 def id: () -> ::String |
#metric_name ⇒ ::String
1858 |
# File 'sig/client.rbs', line 1858 def metric_name: () -> ::String |
#modified_at ⇒ ::Time
1859 |
# File 'sig/client.rbs', line 1859 def modified_at: () -> ::Time |
#name ⇒ ::String
1860 |
# File 'sig/client.rbs', line 1860 def name: () -> ::String |
#period ⇒ ::Integer
1861 |
# File 'sig/client.rbs', line 1861 def period: () -> ::Integer |
#statistic ⇒ "SampleCount", ...
1862 |
# File 'sig/client.rbs', line 1862 def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum") |
#tags ⇒ ::Hash[::String, ::String]
1863 |
# File 'sig/client.rbs', line 1863 def tags: () -> ::Hash[::String, ::String] |
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
1864 |
# File 'sig/client.rbs', line 1864 def target_resource_type: () -> ("CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET" | "MEDIATAILOR_PLAYBACK_CONFIGURATION") |
#threshold ⇒ ::Float
1865 |
# File 'sig/client.rbs', line 1865 def threshold: () -> ::Float |
#treat_missing_data ⇒ "notBreaching", ...
1866 |
# File 'sig/client.rbs', line 1866 def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing") |