Class: Aws::Types::ResponseHeadersPolicyServerTimingHeadersConfig
- Inherits:
-
Object
- Object
- Aws::Types::ResponseHeadersPolicyServerTimingHeadersConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#sampling_rate ⇒ ::Float
Returns the value of attribute sampling_rate.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3326 3327 3328 |
# File 'sig/types.rbs', line 3326 def enabled @enabled end |
#sampling_rate ⇒ ::Float
Returns the value of attribute sampling_rate.
3327 3328 3329 |
# File 'sig/types.rbs', line 3327 def sampling_rate @sampling_rate end |