Class: Aws::Types::SamplingStatisticsDocument
- Inherits:
-
Object
- Object
- Aws::Types::SamplingStatisticsDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#borrow_count ⇒ ::Integer
Returns the value of attribute borrow_count.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#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.
849 850 851 |
# File 'sig/types.rbs', line 849 def borrow_count @borrow_count end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
845 846 847 |
# File 'sig/types.rbs', line 845 def client_id @client_id end |
#request_count ⇒ ::Integer
Returns the value of attribute request_count.
847 848 849 |
# File 'sig/types.rbs', line 847 def request_count @request_count end |
#rule_name ⇒ ::String
Returns the value of attribute rule_name.
844 845 846 |
# File 'sig/types.rbs', line 844 def rule_name @rule_name end |
#sampled_count ⇒ ::Integer
Returns the value of attribute sampled_count.
848 849 850 |
# File 'sig/types.rbs', line 848 def sampled_count @sampled_count end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
846 847 848 |
# File 'sig/types.rbs', line 846 def end |