Class: Aws::Types::InspectionDataRequest
- Inherits:
-
Object
- Object
- Aws::Types::InspectionDataRequest
- 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.
-
#method ⇒ ::String
Returns the value of attribute method.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
499 500 501 |
# File 'sig/types.rbs', line 499 def body @body end |
#headers ⇒ ::String
Returns the value of attribute headers.
498 499 500 |
# File 'sig/types.rbs', line 498 def headers @headers end |
#method ⇒ ::String
Returns the value of attribute method.
496 497 498 |
# File 'sig/types.rbs', line 496 def method @method end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
495 496 497 |
# File 'sig/types.rbs', line 495 def protocol @protocol end |
#url ⇒ ::String
Returns the value of attribute url.
497 498 499 |
# File 'sig/types.rbs', line 497 def url @url end |