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.
988 989 990 |
# File 'sig/types.rbs', line 988 def action @action end |
#request ⇒ Types::HTTPRequest
Returns the value of attribute request.
985 986 987 |
# File 'sig/types.rbs', line 985 def request @request end |
#rule_within_rule_group ⇒ ::String
Returns the value of attribute rule_within_rule_group.
989 990 991 |
# File 'sig/types.rbs', line 989 def rule_within_rule_group @rule_within_rule_group end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
987 988 989 |
# File 'sig/types.rbs', line 987 def @timestamp end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
986 987 988 |
# File 'sig/types.rbs', line 986 def weight @weight end |