Class: Aws::Types::IcebergTarget

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_name::String

Returns the value of attribute connection_name.

Returns:

  • (::String)


4661
4662
4663
# File 'sig/types.rbs', line 4661

def connection_name
  @connection_name
end

#exclusions::Array[::String]

Returns the value of attribute exclusions.

Returns:

  • (::Array[::String])


4662
4663
4664
# File 'sig/types.rbs', line 4662

def exclusions
  @exclusions
end

#maximum_traversal_depth::Integer

Returns the value of attribute maximum_traversal_depth.

Returns:

  • (::Integer)


4663
4664
4665
# File 'sig/types.rbs', line 4663

def maximum_traversal_depth
  @maximum_traversal_depth
end

#paths::Array[::String]

Returns the value of attribute paths.

Returns:

  • (::Array[::String])


4660
4661
4662
# File 'sig/types.rbs', line 4660

def paths
  @paths
end