Class: Aws::Types::CreateColumnStatisticsTaskSettingsRequest

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)


1359
1360
1361
# File 'sig/types.rbs', line 1359

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


1357
1358
1359
# File 'sig/types.rbs', line 1357

def column_name_list
  @column_name_list
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def database_name
  @database_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


1355
1356
1357
# File 'sig/types.rbs', line 1355

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def sample_size
  @sample_size
end

#schedule::String

Returns the value of attribute schedule.

Returns:

  • (::String)


1356
1357
1358
# File 'sig/types.rbs', line 1356

def schedule
  @schedule
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


1360
1361
1362
# File 'sig/types.rbs', line 1360

def security_configuration
  @security_configuration
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


1354
1355
1356
# File 'sig/types.rbs', line 1354

def table_name
  @table_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1361
1362
1363
# File 'sig/types.rbs', line 1361

def tags
  @tags
end