Class: Aws::Types::SkewedInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#skewed_column_names::Array[::String]

Returns the value of attribute skewed_column_names.

Returns:

  • (::Array[::String])


6966
6967
6968
# File 'sig/types.rbs', line 6966

def skewed_column_names
  @skewed_column_names
end

#skewed_column_value_location_maps::Hash[::String, ::String]

Returns the value of attribute skewed_column_value_location_maps.

Returns:

  • (::Hash[::String, ::String])


6968
6969
6970
# File 'sig/types.rbs', line 6968

def skewed_column_value_location_maps
  @skewed_column_value_location_maps
end

#skewed_column_values::Array[::String]

Returns the value of attribute skewed_column_values.

Returns:

  • (::Array[::String])


6967
6968
6969
# File 'sig/types.rbs', line 6967

def skewed_column_values
  @skewed_column_values
end