Class: Aws::Types::WebACL

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_actionTypes::WafAction

Returns the value of attribute default_action.

Returns:



1307
1308
1309
# File 'sig/types.rbs', line 1307

def default_action
  @default_action
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1306
1307
1308
# File 'sig/types.rbs', line 1306

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def name
  @name
end

#rules::Array[Types::ActivatedRule]

Returns the value of attribute rules.

Returns:



1308
1309
1310
# File 'sig/types.rbs', line 1308

def rules
  @rules
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def web_acl_arn
  @web_acl_arn
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


1304
1305
1306
# File 'sig/types.rbs', line 1304

def web_acl_id
  @web_acl_id
end