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
1866 |
# File 'sig/client.rbs', line 1866
def arn: () -> ::String
|
#comparison_operator ⇒ "GreaterThanOrEqualToThreshold", ...
1867 |
# File 'sig/client.rbs', line 1867
def comparison_operator: () -> ("GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold")
|
#created_at ⇒ ::Time
1868 |
# File 'sig/client.rbs', line 1868
def created_at: () -> ::Time
|
#datapoints_to_alarm ⇒ ::Integer
1869 |
# File 'sig/client.rbs', line 1869
def datapoints_to_alarm: () -> ::Integer
|
#description ⇒ ::String
1870 |
# File 'sig/client.rbs', line 1870
def description: () -> ::String
|
#evaluation_periods ⇒ ::Integer
1871 |
# File 'sig/client.rbs', line 1871
def evaluation_periods: () -> ::Integer
|
#group_id ⇒ ::String
1872 |
# File 'sig/client.rbs', line 1872
def group_id: () -> ::String
|
#id ⇒ ::String
1873 |
# File 'sig/client.rbs', line 1873
def id: () -> ::String
|
#metric_name ⇒ ::String
1874 |
# File 'sig/client.rbs', line 1874
def metric_name: () -> ::String
|
#modified_at ⇒ ::Time
1875 |
# File 'sig/client.rbs', line 1875
def modified_at: () -> ::Time
|
#name ⇒ ::String
1876 |
# File 'sig/client.rbs', line 1876
def name: () -> ::String
|
#period ⇒ ::Integer
1877 |
# File 'sig/client.rbs', line 1877
def period: () -> ::Integer
|
#statistic ⇒ "SampleCount", ...
1878 |
# File 'sig/client.rbs', line 1878
def statistic: () -> ("SampleCount" | "Average" | "Sum" | "Minimum" | "Maximum")
|
#tags ⇒ ::Hash[::String, ::String]
1879 |
# File 'sig/client.rbs', line 1879
def tags: () -> ::Hash[::String, ::String]
|
#target_resource_type ⇒ "CLOUDFRONT_DISTRIBUTION", ...
1880 |
# File 'sig/client.rbs', line 1880
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
1881 |
# File 'sig/client.rbs', line 1881
def threshold: () -> ::Float
|
#treat_missing_data ⇒ "notBreaching", ...
1882 |
# File 'sig/client.rbs', line 1882
def treat_missing_data: () -> ("notBreaching" | "breaching" | "ignore" | "missing")
|