Class: Aws::Types::GetSampledRequestsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


548
549
550
# File 'sig/types.rbs', line 548

def rule_id
  @rule_id
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



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.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def web_acl_id
  @web_acl_id
end