Class: Aws::Types::CdcSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CdcSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#propagate_tags ⇒ "TABLE", "NONE"
Returns the value of attribute propagate_tags.
-
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute view_type.
Instance Attribute Details
#propagate_tags ⇒ "TABLE", "NONE"
Returns the value of attribute propagate_tags.
54 55 56 |
# File 'sig/types.rbs', line 54 def @propagate_tags end |
#status ⇒ "ENABLED", ...
Returns the value of attribute status.
51 52 53 |
# File 'sig/types.rbs', line 51 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
53 54 55 |
# File 'sig/types.rbs', line 53 def @tags end |
#view_type ⇒ "NEW_IMAGE", ...
Returns the value of attribute view_type.
52 53 54 |
# File 'sig/types.rbs', line 52 def view_type @view_type end |