Class: Aws::Types::CdcSpecificationSummary
- Inherits:
-
Object
- Object
- Aws::Types::CdcSpecificationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
-
#view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute view_type.
Instance Attribute Details
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
59 60 61 |
# File 'sig/types.rbs', line 59 def status @status end |
#view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute view_type.
60 61 62 |
# File 'sig/types.rbs', line 60 def view_type @view_type end |