Class: Aws::Types::Topic
- Inherits:
-
Object
- Object
- Aws::Types::Topic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource ⇒ Types::NotificationResource
Returns the value of attribute resource.
-
#role ⇒ "PROJECT_OWNER", ...
Returns the value of attribute role.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#resource ⇒ Types::NotificationResource
Returns the value of attribute resource.
6335 6336 6337 |
# File 'sig/types.rbs', line 6335 def resource @resource end |
#role ⇒ "PROJECT_OWNER", ...
Returns the value of attribute role.
6336 6337 6338 |
# File 'sig/types.rbs', line 6336 def role @role end |
#subject ⇒ ::String
Returns the value of attribute subject.
6334 6335 6336 |
# File 'sig/types.rbs', line 6334 def subject @subject end |