Class: Aws::Types::HudiTarget
- Inherits:
-
Object
- Object
- Aws::Types::HudiTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
-
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
-
#maximum_traversal_depth ⇒ ::Integer
Returns the value of attribute maximum_traversal_depth.
-
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
Instance Attribute Details
#connection_name ⇒ ::String
Returns the value of attribute connection_name.
4487 4488 4489 |
# File 'sig/types.rbs', line 4487 def connection_name @connection_name end |
#exclusions ⇒ ::Array[::String]
Returns the value of attribute exclusions.
4488 4489 4490 |
# File 'sig/types.rbs', line 4488 def exclusions @exclusions end |
#maximum_traversal_depth ⇒ ::Integer
Returns the value of attribute maximum_traversal_depth.
4489 4490 4491 |
# File 'sig/types.rbs', line 4489 def maximum_traversal_depth @maximum_traversal_depth end |
#paths ⇒ ::Array[::String]
Returns the value of attribute paths.
4486 4487 4488 |
# File 'sig/types.rbs', line 4486 def paths @paths end |