Class: Aws::Types::WebACLHasOutOfScopeResourcesViolation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#out_of_scope_resource_list::Array[::String]

Returns the value of attribute out_of_scope_resource_list.

Returns:

  • (::Array[::String])


1239
1240
1241
# File 'sig/types.rbs', line 1239

def out_of_scope_resource_list
  @out_of_scope_resource_list
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def web_acl_arn
  @web_acl_arn
end