Module: Aws::DataZone::Client::_GetLineageNodeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLineageNodeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #downstream_nodes ⇒ ::Array[Types::LineageNodeReference]
- #event_timestamp ⇒ ::Time
- #forms_output ⇒ ::Array[Types::FormOutput]
- #id ⇒ ::String
- #name ⇒ ::String
- #source_identifier ⇒ ::String
- #type_name ⇒ ::String
- #type_revision ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
- #upstream_nodes ⇒ ::Array[Types::LineageNodeReference]
Instance Method Details
#created_at ⇒ ::Time
2296 |
# File 'sig/client.rbs', line 2296
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2297 |
# File 'sig/client.rbs', line 2297
def created_by: () -> ::String
|
#description ⇒ ::String
2295 |
# File 'sig/client.rbs', line 2295
def description: () -> ::String
|
#domain_id ⇒ ::String
2293 |
# File 'sig/client.rbs', line 2293
def domain_id: () -> ::String
|
#downstream_nodes ⇒ ::Array[Types::LineageNodeReference]
2307 |
# File 'sig/client.rbs', line 2307
def downstream_nodes: () -> ::Array[Types::LineageNodeReference]
|
#event_timestamp ⇒ ::Time
2304 |
# File 'sig/client.rbs', line 2304
def event_timestamp: () -> ::Time
|
#forms_output ⇒ ::Array[Types::FormOutput]
2305 |
# File 'sig/client.rbs', line 2305
def forms_output: () -> ::Array[Types::FormOutput]
|
#id ⇒ ::String
2300 |
# File 'sig/client.rbs', line 2300
def id: () -> ::String
|
#name ⇒ ::String
2294 |
# File 'sig/client.rbs', line 2294
def name: () -> ::String
|
#source_identifier ⇒ ::String
2303 |
# File 'sig/client.rbs', line 2303
def source_identifier: () -> ::String
|
#type_name ⇒ ::String
2301 |
# File 'sig/client.rbs', line 2301
def type_name: () -> ::String
|
#type_revision ⇒ ::String
2302 |
# File 'sig/client.rbs', line 2302
def type_revision: () -> ::String
|
#updated_at ⇒ ::Time
2298 |
# File 'sig/client.rbs', line 2298
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2299 |
# File 'sig/client.rbs', line 2299
def updated_by: () -> ::String
|
#upstream_nodes ⇒ ::Array[Types::LineageNodeReference]
2306 |
# File 'sig/client.rbs', line 2306
def upstream_nodes: () -> ::Array[Types::LineageNodeReference]
|