Class: Aws::Types::ProxyRuleGroup
- Inherits:
-
Object
- Object
- Aws::Types::ProxyRuleGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
-
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
-
#rules ⇒ Types::ProxyRulesByRequestPhase
Returns the value of attribute rules.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def delete_time @delete_time end |
#description ⇒ ::String
Returns the value of attribute description.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def description @description end |
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1339 1340 1341 |
# File 'sig/types.rbs', line 1339 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def proxy_rule_group_name @proxy_rule_group_name end |
#rules ⇒ Types::ProxyRulesByRequestPhase
Returns the value of attribute rules.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def rules @rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1344 1345 1346 |
# File 'sig/types.rbs', line 1344 def @tags end |