Class: Aws::DataZone::Types::Topic

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The topic of the notification.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resourceTypes::NotificationResource

The details of the resource mentioned in a notification.



10738
10739
10740
10741
10742
10743
10744
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10738

class Topic < Struct.new(
  :resource,
  :role,
  :subject)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The role of the resource mentioned in a notification.

Returns:

  • (String)


10738
10739
10740
10741
10742
10743
10744
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10738

class Topic < Struct.new(
  :resource,
  :role,
  :subject)
  SENSITIVE = []
  include Aws::Structure
end

#subjectString

The subject of the resource mentioned in a notification.

Returns:

  • (String)


10738
10739
10740
10741
10742
10743
10744
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10738

class Topic < Struct.new(
  :resource,
  :role,
  :subject)
  SENSITIVE = []
  include Aws::Structure
end