Class: Aws::Types::GetSampledRequestsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetSampledRequestsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#rule_metric_name ⇒ ::String
Returns the value of attribute rule_metric_name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
-
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
748 749 750 |
# File 'sig/types.rbs', line 748 def max_items @max_items end |
#rule_metric_name ⇒ ::String
Returns the value of attribute rule_metric_name.
745 746 747 |
# File 'sig/types.rbs', line 745 def rule_metric_name @rule_metric_name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
746 747 748 |
# File 'sig/types.rbs', line 746 def scope @scope end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
747 748 749 |
# File 'sig/types.rbs', line 747 def time_window @time_window end |
#web_acl_arn ⇒ ::String
Returns the value of attribute web_acl_arn.
744 745 746 |
# File 'sig/types.rbs', line 744 def web_acl_arn @web_acl_arn end |