Class: Aws::Types::GetPercentilesRequest

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)


2477
2478
2479
# File 'sig/types.rbs', line 2477

def aggregation_field
  @aggregation_field
end

#index_name::String

Returns the value of attribute index_name.

Returns:

  • (::String)


2475
2476
2477
# File 'sig/types.rbs', line 2475

def index_name
  @index_name
end

#percents::Array[::Float]

Returns the value of attribute percents.

Returns:

  • (::Array[::Float])


2479
2480
2481
# File 'sig/types.rbs', line 2479

def percents
  @percents
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


2476
2477
2478
# File 'sig/types.rbs', line 2476

def query_string
  @query_string
end

#query_version::String

Returns the value of attribute query_version.

Returns:

  • (::String)


2478
2479
2480
# File 'sig/types.rbs', line 2478

def query_version
  @query_version
end