Class: Aws::Types::ListDataQualityStatisticsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5272
5273
5274
# File 'sig/types.rbs', line 5272

def next_token
  @next_token
end

#statistics::Array[Types::StatisticSummary]

Returns the value of attribute statistics.

Returns:



5271
5272
5273
# File 'sig/types.rbs', line 5271

def statistics
  @statistics
end