Class: Aws::Types::SamplingStatisticSummary
- Inherits:
-
Object
- Object
- Aws::Types::SamplingStatisticSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#borrow_count ⇒ ::Integer
Returns the value of attribute borrow_count.
-
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
-
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
-
#sampled_count ⇒ ::Integer
Returns the value of attribute sampled_count.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#borrow_count ⇒ ::Integer
Returns the value of attribute borrow_count.
838 839 840 |
# File 'sig/types.rbs', line 838 def borrow_count @borrow_count end |
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
837 838 839 |
# File 'sig/types.rbs', line 837 def request_count @request_count end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
835 836 837 |
# File 'sig/types.rbs', line 835 def rule_name @rule_name end |
#sampled_count ⇒ ::Integer
Returns the value of attribute sampled_count.
839 840 841 |
# File 'sig/types.rbs', line 839 def sampled_count @sampled_count end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
836 837 838 |
# File 'sig/types.rbs', line 836 def end |