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)


7933
7934
7935
# File 'sig/types.rbs', line 7933

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


7931
7932
7933
# File 'sig/types.rbs', line 7931

def column_name_list
  @column_name_list
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7927
7928
7929
# File 'sig/types.rbs', line 7927

def database_name
  @database_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7929
7930
7931
# File 'sig/types.rbs', line 7929

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


7932
7933
7934
# File 'sig/types.rbs', line 7932

def sample_size
  @sample_size
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


7930
7931
7932
# File 'sig/types.rbs', line 7930

def schedule
  @schedule
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


7934
7935
7936
# File 'sig/types.rbs', line 7934

def security_configuration
  @security_configuration
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7928
7929
7930
# File 'sig/types.rbs', line 7928

def table_name
  @table_name
end