Class: Aws::Types::TriggerDetails
- Inherits:
-
Object
- Object
- Aws::Types::TriggerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#raw_data ⇒ ::String
Returns the value of attribute raw_data.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#trigger_arn ⇒ ::String
Returns the value of attribute trigger_arn.
Instance Attribute Details
#raw_data ⇒ ::String
Returns the value of attribute raw_data.
705 706 707 |
# File 'sig/types.rbs', line 705 def raw_data @raw_data end |
#source ⇒ ::String
Returns the value of attribute source.
706 707 708 |
# File 'sig/types.rbs', line 706 def source @source end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
707 708 709 |
# File 'sig/types.rbs', line 707 def @timestamp end |
#trigger_arn ⇒ ::String
Returns the value of attribute trigger_arn.
708 709 710 |
# File 'sig/types.rbs', line 708 def trigger_arn @trigger_arn end |