Class: Aws::Types::GetLineageNodeInput
- Inherits:
-
Object
- Object
- Aws::Types::GetLineageNodeInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
2998 2999 3000 |
# File 'sig/types.rbs', line 2998 def domain_identifier @domain_identifier end |
#event_timestamp ⇒ ::Time
Returns the value of attribute event_timestamp.
3000 3001 3002 |
# File 'sig/types.rbs', line 3000 def @event_timestamp end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2999 3000 3001 |
# File 'sig/types.rbs', line 2999 def identifier @identifier end |