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)


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

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


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

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)


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

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")


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

def computation_type
  @computation_type
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


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

def creation_time
  @creation_time
end

#customer_id::String

Returns the value of attribute customer_id.

Returns:

  • (::String)


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

def customer_id
  @customer_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


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

def database_name
  @database_name
end

#dpu_seconds::Float

Returns the value of attribute dpu_seconds.

Returns:

  • (::Float)


981
982
983
# File 'sig/types.rbs', line 981

def dpu_seconds
  @dpu_seconds
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


979
980
981
# File 'sig/types.rbs', line 979

def end_time
  @end_time
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def error_message
  @error_message
end

#last_updated::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


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

def last_updated
  @last_updated
end

#number_of_workers::Integer

Returns the value of attribute number_of_workers.

Returns:

  • (::Integer)


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

def number_of_workers
  @number_of_workers
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


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

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


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

def sample_size
  @sample_size
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


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

def security_configuration
  @security_configuration
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


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

def start_time
  @start_time
end

#status"STARTING", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


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

def table_name
  @table_name
end

#worker_type::String

Returns the value of attribute worker_type.

Returns:

  • (::String)


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

def worker_type
  @worker_type
end