Class: Aws::Types::StartMaterializedViewRefreshTaskRunRequest

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)


7290
7291
7292
# File 'sig/types.rbs', line 7290

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7291
7292
7293
# File 'sig/types.rbs', line 7291

def database_name
  @database_name
end

#full_refreshBoolean

Returns the value of attribute full_refresh.

Returns:

  • (Boolean)


7293
7294
7295
# File 'sig/types.rbs', line 7293

def full_refresh
  @full_refresh
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7292
7293
7294
# File 'sig/types.rbs', line 7292

def table_name
  @table_name
end