Class: Aws::Types::TestInvokeMethodResponse
- Inherits:
-
Object
- Object
- Aws::Types::TestInvokeMethodResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#latency ⇒ ::Integer
Returns the value of attribute latency.
-
#log ⇒ ::String
Returns the value of attribute log.
-
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute multi_value_headers.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def body @body end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def headers @headers end |
#latency ⇒ ::Integer
Returns the value of attribute latency.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def latency @latency end |
#log ⇒ ::String
Returns the value of attribute log.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def log @log end |
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute multi_value_headers.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def multi_value_headers @multi_value_headers end |
#status ⇒ ::Integer
Returns the value of attribute status.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def status @status end |