Class: Aws::Types::CreateProxyRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action"ALLOW", ...

Returns the value of attribute action.

Returns:

  • ("ALLOW", "DENY", "ALERT")


280
281
282
# File 'sig/types.rbs', line 280

def action
  @action
end

#conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute conditions.

Returns:



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

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


279
280
281
# File 'sig/types.rbs', line 279

def description
  @description
end

#insert_position::Integer

Returns the value of attribute insert_position.

Returns:

  • (::Integer)


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

def insert_position
  @insert_position
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def proxy_rule_name
  @proxy_rule_name
end