Class: Aws::Types::SearchMetricsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_total_count::Integer

Returns the value of attribute approximate_total_count.

Returns:

  • (::Integer)


7412
7413
7414
# File 'sig/types.rbs', line 7412

def approximate_total_count
  @approximate_total_count
end

#metrics::Array[Types::MetricDefinition]

Returns the value of attribute metrics.

Returns:



7410
7411
7412
# File 'sig/types.rbs', line 7410

def metrics
  @metrics
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7411
7412
7413
# File 'sig/types.rbs', line 7411

def next_token
  @next_token
end