Class: Aws::DataZone::Types::NotificationResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::NotificationResource
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The details of the resource mentioned in a notification.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the resource mentioned in a notification.
-
#name ⇒ String
The name of the resource mentioned in a notification.
-
#type ⇒ String
The type of the resource mentioned in a notification.
Instance Attribute Details
#id ⇒ String
The ID of the resource mentioned in a notification.
14083 14084 14085 14086 14087 14088 14089 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14083 class NotificationResource < Struct.new( :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the resource mentioned in a notification.
14083 14084 14085 14086 14087 14088 14089 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14083 class NotificationResource < Struct.new( :id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the resource mentioned in a notification.
14083 14084 14085 14086 14087 14088 14089 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14083 class NotificationResource < Struct.new( :id, :name, :type) SENSITIVE = [] include Aws::Structure end |