Class: Aws::Types::ReloadReplicationTablesMessage

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")


2434
2435
2436
# File 'sig/types.rbs', line 2434

def reload_option
  @reload_option
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def replication_config_arn
  @replication_config_arn
end

#tables_to_reload::Array[Types::TableToReload]

Returns the value of attribute tables_to_reload.

Returns:



2433
2434
2435
# File 'sig/types.rbs', line 2433

def tables_to_reload
  @tables_to_reload
end