Class: Aws::Types::QueryLineageRequest
- Inherits:
-
Object
- Object
- Aws::Types::QueryLineageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direction ⇒ "Both", ...
Returns the value of attribute direction.
-
#filters ⇒ Types::QueryFilters
Returns the value of attribute filters.
-
#include_edges ⇒ Boolean
Returns the value of attribute include_edges.
-
#max_depth ⇒ ::Integer
Returns the value of attribute max_depth.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_arns ⇒ ::Array[::String]
Returns the value of attribute start_arns.
Instance Attribute Details
#direction ⇒ "Both", ...
Returns the value of attribute direction.
10280 10281 10282 |
# File 'sig/types.rbs', line 10280 def direction @direction end |
#filters ⇒ Types::QueryFilters
Returns the value of attribute filters.
10282 10283 10284 |
# File 'sig/types.rbs', line 10282 def filters @filters end |
#include_edges ⇒ Boolean
Returns the value of attribute include_edges.
10281 10282 10283 |
# File 'sig/types.rbs', line 10281 def include_edges @include_edges end |
#max_depth ⇒ ::Integer
Returns the value of attribute max_depth.
10283 10284 10285 |
# File 'sig/types.rbs', line 10283 def max_depth @max_depth end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
10284 10285 10286 |
# File 'sig/types.rbs', line 10284 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
10285 10286 10287 |
# File 'sig/types.rbs', line 10285 def next_token @next_token end |
#start_arns ⇒ ::Array[::String]
Returns the value of attribute start_arns.
10279 10280 10281 |
# File 'sig/types.rbs', line 10279 def start_arns @start_arns end |