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)


5291
5292
5293
# File 'sig/types.rbs', line 5291

def next_token
  @next_token
end

#statistics::Array[Types::StatisticSummary]

Returns the value of attribute statistics.

Returns:



5290
5291
5292
# File 'sig/types.rbs', line 5290

def statistics
  @statistics
end