Class: Aws::Types::DescribeReplicationTableStatisticsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1215
1216
1217
# File 'sig/types.rbs', line 1215

def marker
  @marker
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def replication_config_arn
  @replication_config_arn
end

#replication_table_statistics::Array[Types::TableStatistics]

Returns the value of attribute replication_table_statistics.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def replication_table_statistics
  @replication_table_statistics
end