Class: Aws::Types::GetTopPathStatisticsByTrafficRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTopPathStatisticsByTrafficRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_category ⇒ ::String
Returns the value of attribute bot_category.
-
#bot_name ⇒ ::String
Returns the value of attribute bot_name.
-
#bot_organization ⇒ ::String
Returns the value of attribute bot_organization.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#number_of_top_traffic_bots_per_path ⇒ ::Integer
Returns the value of attribute number_of_top_traffic_bots_per_path.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
-
#uri_path_prefix ⇒ ::String
Returns the value of attribute uri_path_prefix.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#bot_category ⇒ ::String
Returns the value of attribute bot_category.
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.
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.
765 766 767 |
# File 'sig/types.rbs', line 765 def bot_organization @bot_organization end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
767 768 769 |
# File 'sig/types.rbs', line 767 def limit @limit end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
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.
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.
761 762 763 |
# File 'sig/types.rbs', line 761 def scope @scope end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
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.
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.
760 761 762 |
# File 'sig/types.rbs', line 760 def web_acl_arn @web_acl_arn end |