Class: Aws::Types::AuditNotificationTarget
- Inherits:
-
Object
- Object
- Aws::Types::AuditNotificationTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
269 270 271 |
# File 'sig/types.rbs', line 269 def enabled @enabled end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
268 269 270 |
# File 'sig/types.rbs', line 268 def role_arn @role_arn end |
#target_arn ⇒ ::String
Returns the value of attribute target_arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def target_arn @target_arn end |