Class: Aws::Types::ColumnStatisticsTaskSettings

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)


991
992
993
# File 'sig/types.rbs', line 991

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


990
991
992
# File 'sig/types.rbs', line 990

def column_name_list
  @column_name_list
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


987
988
989
# File 'sig/types.rbs', line 987

def database_name
  @database_name
end

#last_execution_attemptTypes::ExecutionAttempt

Returns the value of attribute last_execution_attempt.



997
998
999
# File 'sig/types.rbs', line 997

def last_execution_attempt
  @last_execution_attempt
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


993
994
995
# File 'sig/types.rbs', line 993

def sample_size
  @sample_size
end

#scheduleTypes::Schedule

Returns the value of attribute schedule.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def schedule
  @schedule
end

#schedule_type"CRON", "AUTO"

Returns the value of attribute schedule_type.

Returns:

  • ("CRON", "AUTO")


995
996
997
# File 'sig/types.rbs', line 995

def schedule_type
  @schedule_type
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


994
995
996
# File 'sig/types.rbs', line 994

def security_configuration
  @security_configuration
end

#setting_source"CATALOG", "TABLE"

Returns the value of attribute setting_source.

Returns:

  • ("CATALOG", "TABLE")


996
997
998
# File 'sig/types.rbs', line 996

def setting_source
  @setting_source
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def table_name
  @table_name
end