Class: Aws::Types::ReloadTablesMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#reload_option"data-reload", "validate-only"

Returns the value of attribute reload_option.

Returns:

  • ("data-reload", "validate-only")


2446
2447
2448
# File 'sig/types.rbs', line 2446

def reload_option
  @reload_option
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


2444
2445
2446
# File 'sig/types.rbs', line 2444

def replication_task_arn
  @replication_task_arn
end

#tables_to_reload::Array[Types::TableToReload]

Returns the value of attribute tables_to_reload.

Returns:



2445
2446
2447
# File 'sig/types.rbs', line 2445

def tables_to_reload
  @tables_to_reload
end