Class: Aws::Types::UpdateColumnStatisticsTaskSettingsRequest

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)


7923
7924
7925
# File 'sig/types.rbs', line 7923

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


7921
7922
7923
# File 'sig/types.rbs', line 7921

def column_name_list
  @column_name_list
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7917
7918
7919
# File 'sig/types.rbs', line 7917

def database_name
  @database_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7919
7920
7921
# File 'sig/types.rbs', line 7919

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


7922
7923
7924
# File 'sig/types.rbs', line 7922

def sample_size
  @sample_size
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7920
7921
7922
# File 'sig/types.rbs', line 7920

def schedule
  @schedule
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


7924
7925
7926
# File 'sig/types.rbs', line 7924

def security_configuration
  @security_configuration
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7918
7919
7920
# File 'sig/types.rbs', line 7918

def table_name
  @table_name
end