Class: Aws::Types::TestInvokeMethodRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1307
1308
1309
# File 'sig/types.rbs', line 1307

def headers
  @headers
end

#http_method::String

Returns the value of attribute http_method.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::Array[::String]])


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


1310
1311
1312
# File 'sig/types.rbs', line 1310

def stage_variables
  @stage_variables
end