Class: Aws::Types::InspectionDataResponse
- Inherits:
-
Object
- Object
- Aws::Types::InspectionDataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#headers ⇒ ::String
Returns the value of attribute headers.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#status_code ⇒ ::String
Returns the value of attribute status_code.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
508 509 510 |
# File 'sig/types.rbs', line 508 def body @body end |
#headers ⇒ ::String
Returns the value of attribute headers.
507 508 509 |
# File 'sig/types.rbs', line 507 def headers @headers end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
504 505 506 |
# File 'sig/types.rbs', line 504 def protocol @protocol end |
#status_code ⇒ ::String
Returns the value of attribute status_code.
505 506 507 |
# File 'sig/types.rbs', line 505 def status_code @status_code end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
506 507 508 |
# File 'sig/types.rbs', line 506 def @status_message end |