Class: Aws::Types::ProxyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProxyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#default_rule_phase_actions ⇒ Types::ProxyConfigDefaultRulePhaseActionsRequest
Returns the value of attribute default_rule_phase_actions.
-
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
-
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
-
#rule_groups ⇒ ::Array[Types::ProxyConfigRuleGroup]
Returns the value of attribute rule_groups.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#create_time ⇒ ::Time
Returns the value of attribute create_time.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def create_time @create_time end |
#default_rule_phase_actions ⇒ Types::ProxyConfigDefaultRulePhaseActionsRequest
Returns the value of attribute default_rule_phase_actions.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def default_rule_phase_actions @default_rule_phase_actions end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def delete_time @delete_time end |
#description ⇒ ::String
Returns the value of attribute description.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def description @description end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def proxy_configuration_name @proxy_configuration_name end |
#rule_groups ⇒ ::Array[Types::ProxyConfigRuleGroup]
Returns the value of attribute rule_groups.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def rule_groups @rule_groups end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def @tags end |