Class: Aws::Types::DescribeReplicationTableStatisticsMessage

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:



1209
1210
1211
# File 'sig/types.rbs', line 1209

def filters
  @filters
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1208
1209
1210
# File 'sig/types.rbs', line 1208

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


1207
1208
1209
# File 'sig/types.rbs', line 1207

def max_records
  @max_records
end

#replication_config_arn::String

Returns the value of attribute replication_config_arn.

Returns:

  • (::String)


1206
1207
1208
# File 'sig/types.rbs', line 1206

def replication_config_arn
  @replication_config_arn
end