Class: Aws::Types::ModifyReplicationConfigMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compute_configTypes::ComputeConfig

Returns the value of attribute compute_config.



1975
1976
1977
# File 'sig/types.rbs', line 1975

def compute_config
  @compute_config
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


1969
1970
1971
# File 'sig/types.rbs', line 1969

def replication_config_arn
  @replication_config_arn
end

#replication_config_identifier::String

Returns the value of attribute replication_config_identifier.

Returns:

  • (::String)


1970
1971
1972
# File 'sig/types.rbs', line 1970

def replication_config_identifier
  @replication_config_identifier
end

#replication_settings::String

Returns the value of attribute replication_settings.

Returns:

  • (::String)


1973
1974
1975
# File 'sig/types.rbs', line 1973

def replication_settings
  @replication_settings
end

#replication_type"full-load", ...

Returns the value of attribute replication_type.

Returns:

  • ("full-load", "cdc", "full-load-and-cdc")


1971
1972
1973
# File 'sig/types.rbs', line 1971

def replication_type
  @replication_type
end

#source_endpoint_arn::String

Returns the value of attribute source_endpoint_arn.

Returns:

  • (::String)


1976
1977
1978
# File 'sig/types.rbs', line 1976

def source_endpoint_arn
  @source_endpoint_arn
end

#supplemental_settings::String

Returns the value of attribute supplemental_settings.

Returns:

  • (::String)


1974
1975
1976
# File 'sig/types.rbs', line 1974

def supplemental_settings
  @supplemental_settings
end

#table_mappings::String

Returns the value of attribute table_mappings.

Returns:

  • (::String)


1972
1973
1974
# File 'sig/types.rbs', line 1972

def table_mappings
  @table_mappings
end

#target_endpoint_arn::String

Returns the value of attribute target_endpoint_arn.

Returns:

  • (::String)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def target_endpoint_arn
  @target_endpoint_arn
end