Class: Aws::Types::SamplingTargetDocument
- Inherits:
-
Object
- Object
- Aws::Types::SamplingTargetDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fixed_rate ⇒ ::Float
Returns the value of attribute fixed_rate.
-
#interval ⇒ ::Integer
Returns the value of attribute interval.
-
#reservoir_quota ⇒ ::Integer
Returns the value of attribute reservoir_quota.
-
#reservoir_quota_ttl ⇒ ::Time
Returns the value of attribute reservoir_quota_ttl.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#sampling_boost ⇒ Types::SamplingBoost
Returns the value of attribute sampling_boost.
Instance Attribute Details
#fixed_rate ⇒ ::Float
Returns the value of attribute fixed_rate.
861 862 863 |
# File 'sig/types.rbs', line 861 def fixed_rate @fixed_rate end |
#interval ⇒ ::Integer
Returns the value of attribute interval.
864 865 866 |
# File 'sig/types.rbs', line 864 def interval @interval end |
#reservoir_quota ⇒ ::Integer
Returns the value of attribute reservoir_quota.
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.
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.
860 861 862 |
# File 'sig/types.rbs', line 860 def rule_name @rule_name end |
#sampling_boost ⇒ Types::SamplingBoost
Returns the value of attribute sampling_boost.
865 866 867 |
# File 'sig/types.rbs', line 865 def sampling_boost @sampling_boost end |