Class: Aws::Types::CreateProxyRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def description
  @description
end

#proxy_rule_group_name::String

Returns the value of attribute proxy_rule_group_name.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rulesTypes::ProxyRulesByRequestPhase

Returns the value of attribute rules.



284
285
286
# File 'sig/types.rbs', line 284

def rules
  @rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



285
286
287
# File 'sig/types.rbs', line 285

def tags
  @tags
end