Class: Aws::Types::ProbabilisticRuleValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actual_sampling_percentage::Float

Returns the value of attribute actual_sampling_percentage.

Returns:

  • (::Float)


643
644
645
# File 'sig/types.rbs', line 643

def actual_sampling_percentage
  @actual_sampling_percentage
end

#desired_sampling_percentage::Float

Returns the value of attribute desired_sampling_percentage.

Returns:

  • (::Float)


642
643
644
# File 'sig/types.rbs', line 642

def desired_sampling_percentage
  @desired_sampling_percentage
end