Class: Aws::Types::ListWebhookItem
- Inherits:
-
Object
- Object
- Aws::Types::ListWebhookItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#definition ⇒ Types::WebhookDefinition
Returns the value of attribute definition.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#last_triggered ⇒ ::Time
Returns the value of attribute last_triggered.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
842 843 844 |
# File 'sig/types.rbs', line 842 def arn @arn end |
#definition ⇒ Types::WebhookDefinition
Returns the value of attribute definition.
837 838 839 |
# File 'sig/types.rbs', line 837 def definition @definition end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
840 841 842 |
# File 'sig/types.rbs', line 840 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
839 840 841 |
# File 'sig/types.rbs', line 839 def end |
#last_triggered ⇒ ::Time
Returns the value of attribute last_triggered.
841 842 843 |
# File 'sig/types.rbs', line 841 def last_triggered @last_triggered end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
843 844 845 |
# File 'sig/types.rbs', line 843 def end |
#url ⇒ ::String
Returns the value of attribute url.
838 839 840 |
# File 'sig/types.rbs', line 838 def url @url end |