Class: Aws::Types::SamplingRule
- Inherits:
-
Object
- Object
- Aws::Types::SamplingRule
- 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.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
805 806 807 |
# File 'sig/types.rbs', line 805 def attributes @attributes end |
#fixed_rate ⇒ ::Float
Returns the value of attribute fixed_rate.
797 798 799 |
# File 'sig/types.rbs', line 797 def fixed_rate @fixed_rate end |
#host ⇒ ::String
Returns the value of attribute host.
801 802 803 |
# File 'sig/types.rbs', line 801 def host @host end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
802 803 804 |
# File 'sig/types.rbs', line 802 def http_method @http_method end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
796 797 798 |
# File 'sig/types.rbs', line 796 def priority @priority end |
#reservoir_size ⇒ ::Integer
Returns the value of attribute reservoir_size.
798 799 800 |
# File 'sig/types.rbs', line 798 def reservoir_size @reservoir_size end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
795 796 797 |
# File 'sig/types.rbs', line 795 def resource_arn @resource_arn end |
#rule_arn ⇒ ::String
Returns the value of attribute rule_arn.
794 795 796 |
# File 'sig/types.rbs', line 794 def rule_arn @rule_arn end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
793 794 795 |
# File 'sig/types.rbs', line 793 def rule_name @rule_name end |
#sampling_rate_boost ⇒ Types::SamplingRateBoost
Returns the value of attribute sampling_rate_boost.
806 807 808 |
# File 'sig/types.rbs', line 806 def sampling_rate_boost @sampling_rate_boost end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
799 800 801 |
# File 'sig/types.rbs', line 799 def service_name @service_name end |
#service_type ⇒ ::String
Returns the value of attribute service_type.
800 801 802 |
# File 'sig/types.rbs', line 800 def service_type @service_type end |
#url_path ⇒ ::String
Returns the value of attribute url_path.
803 804 805 |
# File 'sig/types.rbs', line 803 def url_path @url_path end |
#version ⇒ ::Integer
Returns the value of attribute version.
804 805 806 |
# File 'sig/types.rbs', line 804 def version @version end |