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")


275
276
277
# File 'sig/types.rbs', line 275

def action
  @action
end

#conditions::Array[Types::ProxyRuleCondition]

Returns the value of attribute conditions.

Returns:



276
277
278
# File 'sig/types.rbs', line 276

def conditions
  @conditions
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def description
  @description
end

#insert_position::Integer

Returns the value of attribute insert_position.

Returns:

  • (::Integer)


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

def insert_position
  @insert_position
end

#proxy_rule_name::String

Returns the value of attribute proxy_rule_name.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def proxy_rule_name
  @proxy_rule_name
end