Class: Aws::Types::AwsWafv2RuleGroupDetails

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)


4642
4643
4644
# File 'sig/types.rbs', line 4642

def arn
  @arn
end

#capacity::Integer

Returns the value of attribute capacity.

Returns:

  • (::Integer)


4638
4639
4640
# File 'sig/types.rbs', line 4638

def capacity
  @capacity
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


4639
4640
4641
# File 'sig/types.rbs', line 4639

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


4640
4641
4642
# File 'sig/types.rbs', line 4640

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4641
4642
4643
# File 'sig/types.rbs', line 4641

def name
  @name
end

#rules::Array[Types::AwsWafv2RulesDetails]

Returns the value of attribute rules.

Returns:



4643
4644
4645
# File 'sig/types.rbs', line 4643

def rules
  @rules
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


4644
4645
4646
# File 'sig/types.rbs', line 4644

def scope
  @scope
end

#visibility_configTypes::AwsWafv2VisibilityConfigDetails

Returns the value of attribute visibility_config.



4645
4646
4647
# File 'sig/types.rbs', line 4645

def visibility_config
  @visibility_config
end