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)


7278
7279
7280
# File 'sig/types.rbs', line 7278

def approximate_total_count
  @approximate_total_count
end

#metrics::Array[Types::MetricDefinition]

Returns the value of attribute metrics.

Returns:



7276
7277
7278
# File 'sig/types.rbs', line 7276

def metrics
  @metrics
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7277
7278
7279
# File 'sig/types.rbs', line 7277

def next_token
  @next_token
end