Class: Aws::Types::DescribeTableStatisticsResponse

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)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def marker
  @marker
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


1309
1310
1311
# File 'sig/types.rbs', line 1309

def replication_task_arn
  @replication_task_arn
end

#table_statistics::Array[Types::TableStatistics]

Returns the value of attribute table_statistics.

Returns:



1310
1311
1312
# File 'sig/types.rbs', line 1310

def table_statistics
  @table_statistics
end