Class: Aws::Types::SamplingRuleUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SamplingRuleUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#fixed_rate ⇒ ::Float
Returns the value of attribute fixed_rate.
-
#host ⇒ ::String
Returns the value of attribute host.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#reservoir_size ⇒ ::Integer
Returns the value of attribute reservoir_size.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#sampling_rate_boost ⇒ Types::SamplingRateBoost
Returns the value of attribute sampling_rate_boost.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#service_type ⇒ ::String
Returns the value of attribute service_type.
-
#url_path ⇒ ::String
Returns the value of attribute url_path.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
829 830 831 |
# File 'sig/types.rbs', line 829 def attributes @attributes end |
#fixed_rate ⇒ ::Float
Returns the value of attribute fixed_rate.
822 823 824 |
# File 'sig/types.rbs', line 822 def fixed_rate @fixed_rate end |
#host ⇒ ::String
Returns the value of attribute host.
824 825 826 |
# File 'sig/types.rbs', line 824 def host @host end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
827 828 829 |
# File 'sig/types.rbs', line 827 def http_method @http_method end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
821 822 823 |
# File 'sig/types.rbs', line 821 def priority @priority end |
#reservoir_size ⇒ ::Integer
Returns the value of attribute reservoir_size.
823 824 825 |
# File 'sig/types.rbs', line 823 def reservoir_size @reservoir_size end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
820 821 822 |
# File 'sig/types.rbs', line 820 def resource_arn @resource_arn end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
819 820 821 |
# File 'sig/types.rbs', line 819 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
818 819 820 |
# File 'sig/types.rbs', line 818 def rule_name @rule_name end |
#sampling_rate_boost ⇒ Types::SamplingRateBoost
Returns the value of attribute sampling_rate_boost.
830 831 832 |
# File 'sig/types.rbs', line 830 def sampling_rate_boost @sampling_rate_boost end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
825 826 827 |
# File 'sig/types.rbs', line 825 def service_name @service_name end |
#service_type ⇒ ::String
Returns the value of attribute service_type.
826 827 828 |
# File 'sig/types.rbs', line 826 def service_type @service_type end |
#url_path ⇒ ::String
Returns the value of attribute url_path.
828 829 830 |
# File 'sig/types.rbs', line 828 def url_path @url_path end |