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)


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.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def rule_id
  @rule_id
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



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.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def web_acl_id
  @web_acl_id
end