Class: Aws::Types::SamplingTargetDocument

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fixed_rate::Float

Returns the value of attribute fixed_rate.

Returns:

  • (::Float)


861
862
863
# File 'sig/types.rbs', line 861

def fixed_rate
  @fixed_rate
end

#interval::Integer

Returns the value of attribute interval.

Returns:

  • (::Integer)


864
865
866
# File 'sig/types.rbs', line 864

def interval
  @interval
end

#reservoir_quota::Integer

Returns the value of attribute reservoir_quota.

Returns:

  • (::Integer)


862
863
864
# File 'sig/types.rbs', line 862

def reservoir_quota
  @reservoir_quota
end

#reservoir_quota_ttl::Time

Returns the value of attribute reservoir_quota_ttl.

Returns:

  • (::Time)


863
864
865
# File 'sig/types.rbs', line 863

def reservoir_quota_ttl
  @reservoir_quota_ttl
end

#rule_name::String

Returns the value of attribute rule_name.

Returns:

  • (::String)


860
861
862
# File 'sig/types.rbs', line 860

def rule_name
  @rule_name
end

#sampling_boostTypes::SamplingBoost

Returns the value of attribute sampling_boost.



865
866
867
# File 'sig/types.rbs', line 865

def sampling_boost
  @sampling_boost
end