Class: Aws::Types::GetSnapshotsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


1149
1150
1151
# File 'sig/types.rbs', line 1149

def index_id
  @index_id
end

#interval"THIS_MONTH", ...

Returns the value of attribute interval.

Returns:

  • ("THIS_MONTH", "THIS_WEEK", "ONE_WEEK_AGO", "TWO_WEEKS_AGO", "ONE_MONTH_AGO", "TWO_MONTHS_AGO")


1150
1151
1152
# File 'sig/types.rbs', line 1150

def interval
  @interval
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1153
1154
1155
# File 'sig/types.rbs', line 1153

def max_results
  @max_results
end

#metric_type"QUERIES_BY_COUNT", ...

Returns the value of attribute metric_type.

Returns:

  • ("QUERIES_BY_COUNT", "QUERIES_BY_ZERO_CLICK_RATE", "QUERIES_BY_ZERO_RESULT_RATE", "DOCS_BY_CLICK_COUNT", "AGG_QUERY_DOC_METRICS", "TREND_QUERY_DOC_METRICS")


1151
1152
1153
# File 'sig/types.rbs', line 1151

def metric_type
  @metric_type
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1152
1153
1154
# File 'sig/types.rbs', line 1152

def next_token
  @next_token
end