Class: Aws::Types::NotificationResource
- Inherits:
-
Object
- Object
- Aws::Types::NotificationResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "PROJECT"
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
4685 4686 4687 |
# File 'sig/types.rbs', line 4685 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
4686 4687 4688 |
# File 'sig/types.rbs', line 4686 def name @name end |
#type ⇒ "PROJECT"
Returns the value of attribute type.
4684 4685 4686 |
# File 'sig/types.rbs', line 4684 def type @type end |