Class: Aws::DatabaseMigrationService::Types::DescribeTableStatisticsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by ‘MaxRecords`.

Returns:

  • (String)


5110
5111
5112
5113
5114
5115
5116
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5110

class DescribeTableStatisticsResponse < Struct.new(
  :replication_task_arn,
  :table_statistics,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#replication_task_arnString

The Amazon Resource Name (ARN) of the replication task.

Returns:

  • (String)


5110
5111
5112
5113
5114
5115
5116
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5110

class DescribeTableStatisticsResponse < Struct.new(
  :replication_task_arn,
  :table_statistics,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end

#table_statisticsArray<Types::TableStatistics>

The table statistics.

Returns:



5110
5111
5112
5113
5114
5115
5116
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5110

class DescribeTableStatisticsResponse < Struct.new(
  :replication_task_arn,
  :table_statistics,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end