Class: Aws::Types::NotificationOutput
- Inherits:
-
Object
- Object
- Aws::Types::NotificationOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_link ⇒ ::String
Returns the value of attribute action_link.
-
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#topic ⇒ Types::Topic
Returns the value of attribute topic.
-
#type ⇒ "TASK", "EVENT"
Returns the value of attribute type.
Instance Attribute Details
#action_link ⇒ ::String
Returns the value of attribute action_link.
4676 4677 4678 |
# File 'sig/types.rbs', line 4676 def action_link @action_link end |
#creation_timestamp ⇒ ::Time
Returns the value of attribute creation_timestamp.
4677 4678 4679 |
# File 'sig/types.rbs', line 4677 def @creation_timestamp end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4670 4671 4672 |
# File 'sig/types.rbs', line 4670 def domain_identifier @domain_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
4669 4670 4671 |
# File 'sig/types.rbs', line 4669 def identifier @identifier end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
4678 4679 4680 |
# File 'sig/types.rbs', line 4678 def @last_updated_timestamp end |
#message ⇒ ::String
Returns the value of attribute message.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def @message end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
4679 4680 4681 |
# File 'sig/types.rbs', line 4679 def @metadata end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def title @title end |
#topic ⇒ Types::Topic
Returns the value of attribute topic.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def topic @topic end |
#type ⇒ "TASK", "EVENT"
Returns the value of attribute type.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def type @type end |