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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CLOUDFRONT", "REGIONAL")


746
747
748
# File 'sig/types.rbs', line 746

def scope
  @scope
end

#time_windowTypes::TimeWindow

Returns the value of attribute time_window.

Returns:



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.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def web_acl_arn
  @web_acl_arn
end