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.
-
#captcha_response ⇒ Types::CaptchaResponse
Returns the value of attribute captcha_response.
-
#challenge_response ⇒ Types::ChallengeResponse
Returns the value of attribute challenge_response.
-
#labels ⇒ ::Array[Types::Label]
Returns the value of attribute labels.
-
#overridden_action ⇒ ::String
Returns the value of attribute overridden_action.
-
#request ⇒ Types::HTTPRequest
Returns the value of attribute request.
-
#request_headers_inserted ⇒ ::Array[Types::HTTPHeader]
Returns the value of attribute request_headers_inserted.
-
#response_code_sent ⇒ ::Integer
Returns the value of attribute response_code_sent.
-
#rule_name_within_rule_group ⇒ ::String
Returns the value of attribute rule_name_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.
1602 1603 1604 |
# File 'sig/types.rbs', line 1602 def action @action end |
#captcha_response ⇒ Types::CaptchaResponse
Returns the value of attribute captcha_response.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def captcha_response @captcha_response end |
#challenge_response ⇒ Types::ChallengeResponse
Returns the value of attribute challenge_response.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def challenge_response @challenge_response end |
#labels ⇒ ::Array[Types::Label]
Returns the value of attribute labels.
1606 1607 1608 |
# File 'sig/types.rbs', line 1606 def labels @labels end |
#overridden_action ⇒ ::String
Returns the value of attribute overridden_action.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def overridden_action @overridden_action end |
#request ⇒ Types::HTTPRequest
Returns the value of attribute request.
1599 1600 1601 |
# File 'sig/types.rbs', line 1599 def request @request end |
#request_headers_inserted ⇒ ::Array[Types::HTTPHeader]
Returns the value of attribute request_headers_inserted.
1604 1605 1606 |
# File 'sig/types.rbs', line 1604 def request_headers_inserted @request_headers_inserted end |
#response_code_sent ⇒ ::Integer
Returns the value of attribute response_code_sent.
1605 1606 1607 |
# File 'sig/types.rbs', line 1605 def response_code_sent @response_code_sent end |
#rule_name_within_rule_group ⇒ ::String
Returns the value of attribute rule_name_within_rule_group.
1603 1604 1605 |
# File 'sig/types.rbs', line 1603 def rule_name_within_rule_group @rule_name_within_rule_group end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def @timestamp end |
#weight ⇒ ::Integer
Returns the value of attribute weight.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def weight @weight end |