Class: Aws::Types::TestInvokeMethodRequest
- Inherits:
-
Object
- Object
- Aws::Types::TestInvokeMethodRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#body ⇒ ::String
Returns the value of attribute body.
-
#client_certificate_id ⇒ ::String
Returns the value of attribute client_certificate_id.
-
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
-
#http_method ⇒ ::String
Returns the value of attribute http_method.
-
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute multi_value_headers.
-
#path_with_query_string ⇒ ::String
Returns the value of attribute path_with_query_string.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
-
#stage_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variables.
Instance Attribute Details
#body ⇒ ::String
Returns the value of attribute body.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def body @body end |
#client_certificate_id ⇒ ::String
Returns the value of attribute client_certificate_id.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def client_certificate_id @client_certificate_id end |
#headers ⇒ ::Hash[::String, ::String]
Returns the value of attribute headers.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def headers @headers end |
#http_method ⇒ ::String
Returns the value of attribute http_method.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def http_method @http_method end |
#multi_value_headers ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute multi_value_headers.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def multi_value_headers @multi_value_headers end |
#path_with_query_string ⇒ ::String
Returns the value of attribute path_with_query_string.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def path_with_query_string @path_with_query_string end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def resource_id @resource_id end |
#rest_api_id ⇒ ::String
Returns the value of attribute rest_api_id.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def rest_api_id @rest_api_id end |
#stage_variables ⇒ ::Hash[::String, ::String]
Returns the value of attribute stage_variables.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def stage_variables @stage_variables end |