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)


7164
7165
7166
# File 'sig/types.rbs', line 7164

def catalog_id
  @catalog_id
end

#column_name_list::Array[::String]

Returns the value of attribute column_name_list.

Returns:

  • (::Array[::String])


7161
7162
7163
# File 'sig/types.rbs', line 7161

def column_name_list
  @column_name_list
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7159
7160
7161
# File 'sig/types.rbs', line 7159

def database_name
  @database_name
end

#role::String

Returns the value of attribute role.

Returns:

  • (::String)


7162
7163
7164
# File 'sig/types.rbs', line 7162

def role
  @role
end

#sample_size::Float

Returns the value of attribute sample_size.

Returns:

  • (::Float)


7163
7164
7165
# File 'sig/types.rbs', line 7163

def sample_size
  @sample_size
end

#security_configuration::String

Returns the value of attribute security_configuration.

Returns:

  • (::String)


7165
7166
7167
# File 'sig/types.rbs', line 7165

def security_configuration
  @security_configuration
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7160
7161
7162
# File 'sig/types.rbs', line 7160

def table_name
  @table_name
end