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)


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.

Returns:

  • (::String)


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

def proxy_rule_group_name
  @proxy_rule_group_name
end

#rulesTypes::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.

Returns:



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

def tags
  @tags
end