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:



1350
1351
1352
# File 'sig/types.rbs', line 1350

def default_action
  @default_action
end

#metric_name::String

Returns the value of attribute metric_name.

Returns:

  • (::String)


1349
1350
1351
# File 'sig/types.rbs', line 1349

def metric_name
  @metric_name
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1348
1349
1350
# File 'sig/types.rbs', line 1348

def name
  @name
end

#rules::Array[Types::ActivatedRule]

Returns the value of attribute rules.

Returns:



1351
1352
1353
# File 'sig/types.rbs', line 1351

def rules
  @rules
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


1352
1353
1354
# File 'sig/types.rbs', line 1352

def web_acl_arn
  @web_acl_arn
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


1347
1348
1349
# File 'sig/types.rbs', line 1347

def web_acl_id
  @web_acl_id
end