Class: Aws::Types::StartColumnStatisticsTaskRunRequest

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)


7122
7123
7124
# File 'sig/types.rbs', line 7122

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


7119
7120
7121
# File 'sig/types.rbs', line 7119

def column_name_list
  @column_name_list
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7117
7118
7119
# File 'sig/types.rbs', line 7117

def database_name
  @database_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7120
7121
7122
# File 'sig/types.rbs', line 7120

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


7121
7122
7123
# File 'sig/types.rbs', line 7121

def sample_size
  @sample_size
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


7123
7124
7125
# File 'sig/types.rbs', line 7123

def security_configuration
  @security_configuration
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7118
7119
7120
# File 'sig/types.rbs', line 7118

def table_name
  @table_name
end