Class: Aws::Types::CreateProxyRuleGroupRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.



288
289
290
# File 'sig/types.rbs', line 288

def description
  @description
end

#proxy_rule_group_name ⇒ ::String

Returns the value of attribute proxy_rule_group_name.



287
288
289
# File 'sig/types.rbs', line 287

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rules ⇒ Types::ProxyRulesByRequestPhase

Returns the value of attribute rules.



289
290
291
# File 'sig/types.rbs', line 289

def rules
  @rules
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.



290
291
292
# File 'sig/types.rbs', line 290

def tags
  @tags
end