Class: Aws::Types::RiskExceptionConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::RiskExceptionConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blocked_ip_range_list ⇒ ::Array[::String]
Returns the value of attribute blocked_ip_range_list.
-
#skipped_ip_range_list ⇒ ::Array[::String]
Returns the value of attribute skipped_ip_range_list.
Instance Attribute Details
#blocked_ip_range_list ⇒ ::Array[::String]
Returns the value of attribute blocked_ip_range_list.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def blocked_ip_range_list @blocked_ip_range_list end |
#skipped_ip_range_list ⇒ ::Array[::String]
Returns the value of attribute skipped_ip_range_list.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def skipped_ip_range_list @skipped_ip_range_list end |