Class: Aws::Types::HookConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::HookConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invocation_condition ⇒ Types::DocumentAttributeCondition
Returns the value of attribute invocation_condition.
-
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
Instance Attribute Details
#invocation_condition ⇒ Types::DocumentAttributeCondition
Returns the value of attribute invocation_condition.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def invocation_condition @invocation_condition end |
#lambda_arn ⇒ ::String
Returns the value of attribute lambda_arn.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def lambda_arn @lambda_arn end |
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def s3_bucket @s3_bucket end |