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_id ⇒ ::String
Returns the value of attribute rule_id.
-
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
533 534 535 |
# File 'sig/types.rbs', line 533 def max_items @max_items end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
531 532 533 |
# File 'sig/types.rbs', line 531 def rule_id @rule_id end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
532 533 534 |
# File 'sig/types.rbs', line 532 def time_window @time_window end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
530 531 532 |
# File 'sig/types.rbs', line 530 def web_acl_id @web_acl_id end |