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.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 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.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def skipped_ip_range_list @skipped_ip_range_list end |