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.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def create_time @create_time end |
#default_rule_phase_actions ⇒ Types::ProxyConfigDefaultRulePhaseActionsRequest
Returns the value of attribute default_rule_phase_actions.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def default_rule_phase_actions @default_rule_phase_actions end |
#delete_time ⇒ ::Time
Returns the value of attribute delete_time.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def delete_time @delete_time end |
#description ⇒ ::String
Returns the value of attribute description.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def description @description end |
#proxy_configuration_arn ⇒ ::String
Returns the value of attribute proxy_configuration_arn.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def proxy_configuration_arn @proxy_configuration_arn end |
#proxy_configuration_name ⇒ ::String
Returns the value of attribute proxy_configuration_name.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def proxy_configuration_name @proxy_configuration_name end |
#rule_groups ⇒ ::Array[Types::ProxyConfigRuleGroup]
Returns the value of attribute rule_groups.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def rule_groups @rule_groups end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def @tags end |