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)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def priority
  @priority
end

#proxy_rule_group_arn::String

Returns the value of attribute proxy_rule_group_arn.

Returns:

  • (::String)


1314
1315
1316
# File 'sig/types.rbs', line 1314

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)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def proxy_rule_group_name
  @proxy_rule_group_name
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def type
  @type
end