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.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def create_time @create_time end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def delete_time @delete_time end |
#description ⇒ ::String
Returns the value of attribute description.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 def description @description end |
#proxy_rule_group_arn ⇒ ::String
Returns the value of attribute proxy_rule_group_arn.
1361 1362 1363 |
# File 'sig/types.rbs', line 1361 def proxy_rule_group_arn @proxy_rule_group_arn end |
#proxy_rule_group_name ⇒ ::String
Returns the value of attribute proxy_rule_group_name.
1360 1361 1362 |
# File 'sig/types.rbs', line 1360 def proxy_rule_group_name @proxy_rule_group_name end |
#rules ⇒ Types::ProxyRulesByRequestPhase
Returns the value of attribute rules.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def rules @rules end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def @tags end |