Class: Aws::Types::DescribeTableStatisticsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1304
1305
1306
# File 'sig/types.rbs', line 1304

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1303
1304
1305
# File 'sig/types.rbs', line 1303

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def max_records
  @max_records
end

#replication_task_arn::String

Returns the value of attribute replication_task_arn.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def replication_task_arn
  @replication_task_arn
end