Class: Aws::Types::UpdateAnomalySubscriptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnomalySubscriptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#frequency ⇒ "DAILY", ...
Returns the value of attribute frequency.
-
#monitor_arn_list ⇒ ::Array[::String]
Returns the value of attribute monitor_arn_list.
-
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
-
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
-
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#threshold_expression ⇒ Types::Expression
Returns the value of attribute threshold_expression.
Instance Attribute Details
#frequency ⇒ "DAILY", ...
Returns the value of attribute frequency.
1611 1612 1613 |
# File 'sig/types.rbs', line 1611 def frequency @frequency end |
#monitor_arn_list ⇒ ::Array[::String]
Returns the value of attribute monitor_arn_list.
1612 1613 1614 |
# File 'sig/types.rbs', line 1612 def monitor_arn_list @monitor_arn_list end |
#subscribers ⇒ ::Array[Types::Subscriber]
Returns the value of attribute subscribers.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def subscribers @subscribers end |
#subscription_arn ⇒ ::String
Returns the value of attribute subscription_arn.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def subscription_arn @subscription_arn end |
#subscription_name ⇒ ::String
Returns the value of attribute subscription_name.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def subscription_name @subscription_name end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def threshold @threshold end |
#threshold_expression ⇒ Types::Expression
Returns the value of attribute threshold_expression.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def threshold_expression @threshold_expression end |