Class: Aws::Types::AnomalySubscription

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



72
73
74
# File 'sig/types.rbs', line 72

def 
  @account_id
end

#frequency"DAILY", ...

Returns the value of attribute frequency.



76
77
78
# File 'sig/types.rbs', line 76

def frequency
  @frequency
end

#monitor_arn_list::Array[::String]

Returns the value of attribute monitor_arn_list.



73
74
75
# File 'sig/types.rbs', line 73

def monitor_arn_list
  @monitor_arn_list
end

#subscribers::Array[Types::Subscriber]

Returns the value of attribute subscribers.



74
75
76
# File 'sig/types.rbs', line 74

def subscribers
  @subscribers
end

#subscription_arn::String

Returns the value of attribute subscription_arn.



71
72
73
# File 'sig/types.rbs', line 71

def subscription_arn
  @subscription_arn
end

#subscription_name::String

Returns the value of attribute subscription_name.



77
78
79
# File 'sig/types.rbs', line 77

def subscription_name
  @subscription_name
end

#threshold::Float

Returns the value of attribute threshold.



75
76
77
# File 'sig/types.rbs', line 75

def threshold
  @threshold
end

#threshold_expressionTypes::Expression

Returns the value of attribute threshold_expression.



78
79
80
# File 'sig/types.rbs', line 78

def threshold_expression
  @threshold_expression
end