Class: Aws::Types::WebhookAuthConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::WebhookAuthConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_ip_range ⇒ ::String
Returns the value of attribute allowed_ip_range.
-
#secret_token ⇒ ::String
Returns the value of attribute secret_token.
Instance Attribute Details
#allowed_ip_range ⇒ ::String
Returns the value of attribute allowed_ip_range.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def allowed_ip_range @allowed_ip_range end |
#secret_token ⇒ ::String
Returns the value of attribute secret_token.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def secret_token @secret_token end |