Class: Aws::Types::GetObjectTypeAttributeStatisticsPercentiles

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#p25::Float

Returns the value of attribute p25.

Returns:

  • (::Float)


1229
1230
1231
# File 'sig/types.rbs', line 1229

def p25
  @p25
end

#p5::Float

Returns the value of attribute p5.

Returns:

  • (::Float)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def p5
  @p5
end

#p50::Float

Returns the value of attribute p50.

Returns:

  • (::Float)


1230
1231
1232
# File 'sig/types.rbs', line 1230

def p50
  @p50
end

#p75::Float

Returns the value of attribute p75.

Returns:

  • (::Float)


1231
1232
1233
# File 'sig/types.rbs', line 1231

def p75
  @p75
end

#p95::Float

Returns the value of attribute p95.

Returns:

  • (::Float)


1232
1233
1234
# File 'sig/types.rbs', line 1232

def p95
  @p95
end