Class: Aws::Types::TriggerDetails
- Inherits:
-
Object
- Object
- Aws::Types::TriggerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#guard_duty_finding_id ⇒ ::String
Returns the value of attribute guard_duty_finding_id.
-
#trigger_type ⇒ "BACKUP", "GUARDDUTY"
Returns the value of attribute trigger_type.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def description @description end |
#guard_duty_finding_id ⇒ ::String
Returns the value of attribute guard_duty_finding_id.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def guard_duty_finding_id @guard_duty_finding_id end |
#trigger_type ⇒ "BACKUP", "GUARDDUTY"
Returns the value of attribute trigger_type.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def trigger_type @trigger_type end |