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.
550 551 552 |
# File 'sig/types.rbs', line 550 def max_items @max_items end |
#rule_id ⇒ ::String
Returns the value of attribute rule_id.
548 549 550 |
# File 'sig/types.rbs', line 548 def rule_id @rule_id end |
#time_window ⇒ Types::TimeWindow
Returns the value of attribute time_window.
549 550 551 |
# File 'sig/types.rbs', line 549 def time_window @time_window end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
547 548 549 |
# File 'sig/types.rbs', line 547 def web_acl_id @web_acl_id end |