Class: Aws::Types::UpdateAnomalySubscriptionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#frequency"DAILY", ...

Returns the value of attribute frequency.

Returns:

  • ("DAILY", "IMMEDIATE", "WEEKLY")


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.

Returns:

  • (::Array[::String])


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.

Returns:



1613
1614
1615
# File 'sig/types.rbs', line 1613

def subscribers
  @subscribers
end

#subscription_arn::String

Returns the value of attribute subscription_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1614
1615
1616
# File 'sig/types.rbs', line 1614

def subscription_name
  @subscription_name
end

#threshold::Float

Returns the value of attribute threshold.

Returns:

  • (::Float)


1610
1611
1612
# File 'sig/types.rbs', line 1610

def threshold
  @threshold
end

#threshold_expressionTypes::Expression

Returns the value of attribute threshold_expression.

Returns:



1615
1616
1617
# File 'sig/types.rbs', line 1615

def threshold_expression
  @threshold_expression
end