Class: Aws::Types::DeleteLineageEventOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLineageEventOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#processing_status ⇒ "REQUESTED", ...
Returns the value of attribute processing_status.
Instance Attribute Details
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def domain_id @domain_id end |
#id ⇒ ::String
Returns the value of attribute id.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def id @id end |
#processing_status ⇒ "REQUESTED", ...
Returns the value of attribute processing_status.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def processing_status @processing_status end |