Class: Aws::Types::AwsWafv2WebAclDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4701
4702
4703
# File 'sig/types.rbs', line 4701

def arn
  @arn
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


4704
4705
4706
# File 'sig/types.rbs', line 4704

def capacity
  @capacity
end

#captcha_configTypes::AwsWafv2WebAclCaptchaConfigDetails

Returns the value of attribute captcha_config.



4705
4706
4707
# File 'sig/types.rbs', line 4705

def captcha_config
  @captcha_config
end

#default_actionTypes::AwsWafv2WebAclActionDetails

Returns the value of attribute default_action.



4706
4707
4708
# File 'sig/types.rbs', line 4706

def default_action
  @default_action
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4707
4708
4709
# File 'sig/types.rbs', line 4707

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4703
4704
4705
# File 'sig/types.rbs', line 4703

def id
  @id
end

#managedby_firewall_managerBoolean

Returns the value of attribute managedby_firewall_manager.

Returns:

  • (Boolean)


4702
4703
4704
# File 'sig/types.rbs', line 4702

def managedby_firewall_manager
  @managedby_firewall_manager
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4700
4701
4702
# File 'sig/types.rbs', line 4700

def name
  @name
end

#rules::Array[Types::AwsWafv2RulesDetails]

Returns the value of attribute rules.

Returns:



4708
4709
4710
# File 'sig/types.rbs', line 4708

def rules
  @rules
end

#visibility_configTypes::AwsWafv2VisibilityConfigDetails

Returns the value of attribute visibility_config.



4709
4710
4711
# File 'sig/types.rbs', line 4709

def visibility_config
  @visibility_config
end