Class: Aws::Types::RiskExceptionConfigurationType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blocked_ip_range_list::Array[::String]

Returns the value of attribute blocked_ip_range_list.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1871
1872
1873
# File 'sig/types.rbs', line 1871

def skipped_ip_range_list
  @skipped_ip_range_list
end