Class: Aws::DataZone::Types::NotificationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NotificationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The details of a notification generated in Amazon DataZone.
Constant Summary collapse
- SENSITIVE =
[:action_link, :message, :title]
Instance Attribute Summary collapse
-
#action_link ⇒ String
The action link included in the notification.
-
#creation_timestamp ⇒ Time
The timestamp of when a notification was created.
-
#domain_identifier ⇒ String
The identifier of a Amazon DataZone domain in which the notification exists.
-
#identifier ⇒ String
The identifier of the notification.
-
#last_updated_timestamp ⇒ Time
The timestamp of when the notification was last updated.
-
#message ⇒ String
The message included in the notification.
-
#metadata ⇒ Hash<String,String>
The metadata included in the notification.
-
#status ⇒ String
The status included in the notification.
-
#title ⇒ String
The title of the notification.
-
#topic ⇒ Types::Topic
The topic of the notification.
-
#type ⇒ String
The type of the notification.
Instance Attribute Details
#action_link ⇒ String
The action link included in the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#creation_timestamp ⇒ Time
The timestamp of when a notification was created.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#domain_identifier ⇒ String
The identifier of a Amazon DataZone domain in which the notification exists.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#identifier ⇒ String
The identifier of the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The timestamp of when the notification was last updated.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#message ⇒ String
The message included in the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#metadata ⇒ Hash<String,String>
The metadata included in the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#status ⇒ String
The status included in the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#title ⇒ String
The title of the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#topic ⇒ Types::Topic
The topic of the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |
#type ⇒ String
The type of the notification.
11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 |
# File 'lib/aws-sdk-datazone/types.rb', line 11753 class NotificationOutput < Struct.new( :action_link, :creation_timestamp, :domain_identifier, :identifier, :last_updated_timestamp, :message, :metadata, :status, :title, :topic, :type) SENSITIVE = [:action_link, :message, :title] include Aws::Structure end |