Class: Aws::Types::AwsWafWebAclDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_action::String

Returns the value of attribute default_action.

Returns:

  • (::String)


4593
4594
4595
# File 'sig/types.rbs', line 4593

def default_action
  @default_action
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4592
4593
4594
# File 'sig/types.rbs', line 4592

def name
  @name
end

#rules::Array[Types::AwsWafWebAclRule]

Returns the value of attribute rules.

Returns:



4594
4595
4596
# File 'sig/types.rbs', line 4594

def rules
  @rules
end

#web_acl_id::String

Returns the value of attribute web_acl_id.

Returns:

  • (::String)


4595
4596
4597
# File 'sig/types.rbs', line 4595

def web_acl_id
  @web_acl_id
end