Class: Aws::Types::GetTopPathStatisticsByTrafficRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_category::String

Returns the value of attribute bot_category.

Returns:

  • (::String)


764
765
766
# File 'sig/types.rbs', line 764

def bot_category
  @bot_category
end

#bot_name::String

Returns the value of attribute bot_name.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def bot_name
  @bot_name
end

#bot_organization::String

Returns the value of attribute bot_organization.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def bot_organization
  @bot_organization
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


767
768
769
# File 'sig/types.rbs', line 767

def limit
  @limit
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def next_marker
  @next_marker
end

#number_of_top_traffic_bots_per_path::Integer

Returns the value of attribute number_of_top_traffic_bots_per_path.

Returns:

  • (::Integer)


768
769
770
# File 'sig/types.rbs', line 768

def number_of_top_traffic_bots_per_path
  @number_of_top_traffic_bots_per_path
end

#scope"CLOUDFRONT", "REGIONAL"

Returns the value of attribute scope.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


761
762
763
# File 'sig/types.rbs', line 761

def scope
  @scope
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



763
764
765
# File 'sig/types.rbs', line 763

def time_window
  @time_window
end

#uri_path_prefix::String

Returns the value of attribute uri_path_prefix.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def uri_path_prefix
  @uri_path_prefix
end

#web_acl_arn::String

Returns the value of attribute web_acl_arn.

Returns:

  • (::String)


760
761
762
# File 'sig/types.rbs', line 760

def web_acl_arn
  @web_acl_arn
end