Class: Aws::Types::SampledHTTPRequest
- Inherits:
-
Object
- Object
- Aws::Types::SampledHTTPRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#request ⇒ Types::HTTPRequest
Returns the value of attribute request.
-
#rule_within_rule_group ⇒ ::String
Returns the value of attribute rule_within_rule_group.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#weight ⇒ ::Integer
Returns the value of attribute weight.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
950 951 952 |
# File 'sig/types.rbs', line 950 def action @action end |
#request ⇒ Types::HTTPRequest
Returns the value of attribute request.
947 948 949 |
# File 'sig/types.rbs', line 947 def request @request end |
#rule_within_rule_group ⇒ ::String
Returns the value of attribute rule_within_rule_group.
951 952 953 |
# File 'sig/types.rbs', line 951 def rule_within_rule_group @rule_within_rule_group end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
949 950 951 |
# File 'sig/types.rbs', line 949 def @timestamp end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
948 949 950 |
# File 'sig/types.rbs', line 948 def weight @weight end |