Class: Aws::Types::ResponseInspection
- Inherits:
-
Object
- Object
- Aws::Types::ResponseInspection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body_contains ⇒ Types::ResponseInspectionBodyContains
Returns the value of attribute body_contains.
-
#header ⇒ Types::ResponseInspectionHeader
Returns the value of attribute header.
-
#json ⇒ Types::ResponseInspectionJson
Returns the value of attribute json.
-
#status_code ⇒ Types::ResponseInspectionStatusCode
Returns the value of attribute status_code.
Instance Attribute Details
#body_contains ⇒ Types::ResponseInspectionBodyContains
Returns the value of attribute body_contains.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def body_contains @body_contains end |
#header ⇒ Types::ResponseInspectionHeader
Returns the value of attribute header.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def header @header end |
#json ⇒ Types::ResponseInspectionJson
Returns the value of attribute json.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def json @json end |
#status_code ⇒ Types::ResponseInspectionStatusCode
Returns the value of attribute status_code.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def status_code @status_code end |