Class: Aws::Types::PathStatistics

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1257
1258
1259
# File 'sig/types.rbs', line 1257

def path
  @path
end

#percentage::Float

Returns the value of attribute percentage.

Returns:

  • (::Float)


1259
1260
1261
# File 'sig/types.rbs', line 1259

def percentage
  @percentage
end

#request_count::Integer

Returns the value of attribute request_count.

Returns:

  • (::Integer)


1258
1259
1260
# File 'sig/types.rbs', line 1258

def request_count
  @request_count
end

#sourceTypes::FilterSource

Returns the value of attribute source.

Returns:



1256
1257
1258
# File 'sig/types.rbs', line 1256

def source
  @source
end

#top_bots::Array[Types::BotStatistics]

Returns the value of attribute top_bots.

Returns:



1260
1261
1262
# File 'sig/types.rbs', line 1260

def top_bots
  @top_bots
end