Class: Aws::Types::ColumnStatisticsTaskRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


963
964
965
# File 'sig/types.rbs', line 963

def column_name_list
  @column_name_list
end

#column_statistics_task_run_id::String

Returns the value of attribute column_statistics_task_run_id.

Returns:

  • (::String)


960
961
962
# File 'sig/types.rbs', line 960

def column_statistics_task_run_id
  @column_statistics_task_run_id
end

#computation_type"FULL", "INCREMENTAL"

Returns the value of attribute computation_type.

Returns:

  • ("FULL", "INCREMENTAL")


970
971
972
# File 'sig/types.rbs', line 970

def computation_type
  @computation_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


972
973
974
# File 'sig/types.rbs', line 972

def creation_time
  @creation_time
end

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


959
960
961
# File 'sig/types.rbs', line 959

def customer_id
  @customer_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


961
962
963
# File 'sig/types.rbs', line 961

def database_name
  @database_name
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


977
978
979
# File 'sig/types.rbs', line 977

def dpu_seconds
  @dpu_seconds
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


975
976
977
# File 'sig/types.rbs', line 975

def end_time
  @end_time
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


976
977
978
# File 'sig/types.rbs', line 976

def error_message
  @error_message
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


973
974
975
# File 'sig/types.rbs', line 973

def last_updated
  @last_updated
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


968
969
970
# File 'sig/types.rbs', line 968

def number_of_workers
  @number_of_workers
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


966
967
968
# File 'sig/types.rbs', line 966

def sample_size
  @sample_size
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def security_configuration
  @security_configuration
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


974
975
976
# File 'sig/types.rbs', line 974

def start_time
  @start_time
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

  • ("STARTING", "RUNNING", "SUCCEEDED", "FAILED", "STOPPED")


971
972
973
# File 'sig/types.rbs', line 971

def status
  @status
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def table_name
  @table_name
end

#worker_type::String

Returns the value of attribute worker_type.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def worker_type
  @worker_type
end