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)


7258
7259
7260
# File 'sig/types.rbs', line 7258

def catalog_id
  @catalog_id
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


7259
7260
7261
# File 'sig/types.rbs', line 7259

def database_name
  @database_name
end

#full_refreshBoolean

Returns the value of attribute full_refresh.

Returns:

  • (Boolean)


7261
7262
7263
# File 'sig/types.rbs', line 7261

def full_refresh
  @full_refresh
end

#table_name::String

Returns the value of attribute table_name.

Returns:

  • (::String)


7260
7261
7262
# File 'sig/types.rbs', line 7260

def table_name
  @table_name
end