Class: Aws::Types::GetStatisticsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_field::String

Returns the value of attribute aggregation_field.

Returns:

  • (::String)


2533
2534
2535
# File 'sig/types.rbs', line 2533

def aggregation_field
  @aggregation_field
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


2531
2532
2533
# File 'sig/types.rbs', line 2531

def index_name
  @index_name
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2532
2533
2534
# File 'sig/types.rbs', line 2532

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


2534
2535
2536
# File 'sig/types.rbs', line 2534

def query_version
  @query_version
end