Class: Aws::Types::ListTableOptimizerRunsResponse

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)


5507
5508
5509
# File 'sig/types.rbs', line 5507

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


5508
5509
5510
# File 'sig/types.rbs', line 5508

def database_name
  @database_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5510
5511
5512
# File 'sig/types.rbs', line 5510

def next_token
  @next_token
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


5509
5510
5511
# File 'sig/types.rbs', line 5509

def table_name
  @table_name
end

#table_optimizer_runs::Array[Types::TableOptimizerRun]

Returns the value of attribute table_optimizer_runs.

Returns:



5511
5512
5513
# File 'sig/types.rbs', line 5511

def table_optimizer_runs
  @table_optimizer_runs
end