Class: Aws::Types::AlertTarget
- Inherits:
-
Object
- Object
- Aws::Types::AlertTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alert_target_arn ⇒ ::String
Returns the value of attribute alert_target_arn.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#alert_target_arn ⇒ ::String
Returns the value of attribute alert_target_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def alert_target_arn @alert_target_arn end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
109 110 111 |
# File 'sig/types.rbs', line 109 def role_arn @role_arn end |