Class: Aws::Types::SamplingStrategy
- Inherits:
-
Object
- Object
- Aws::Types::SamplingStrategy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "PartialScan", "FixedRate"
Returns the value of attribute name.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "PartialScan", "FixedRate"
Returns the value of attribute name.
854 855 856 |
# File 'sig/types.rbs', line 854 def name @name end |
#value ⇒ ::Float
Returns the value of attribute value.
855 856 857 |
# File 'sig/types.rbs', line 855 def value @value end |