Class: Aws::Types::ProxyConfigRuleGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def priority
  @priority
end

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1292
1293
1294
# File 'sig/types.rbs', line 1292

def proxy_rule_group_arn
  @proxy_rule_group_arn
end

#proxy_rule_group_name::String

Returns the value of attribute proxy_rule_group_name.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def proxy_rule_group_name
  @proxy_rule_group_name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1293
1294
1295
# File 'sig/types.rbs', line 1293

def type
  @type
end