Class: Aws::Types::Publication
- Inherits:
-
Object
- Object
- Aws::Types::Publication
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event ⇒ ::String
Returns the value of attribute event.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
415 416 417 |
# File 'sig/types.rbs', line 415 def description @description end |
#event ⇒ ::String
Returns the value of attribute event.
413 414 415 |
# File 'sig/types.rbs', line 413 def event @event end |
#schema ⇒ ::String
Returns the value of attribute schema.
414 415 416 |
# File 'sig/types.rbs', line 414 def schema @schema end |