Class: Aws::Types::TestInvokeAuthorizerRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#additional_context::Hash[::String, ::String]

Returns the value of attribute additional_context.

Returns:

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


1286
1287
1288
# File 'sig/types.rbs', line 1286

def additional_context
  @additional_context
end

#authorizer_id::String

Returns the value of attribute authorizer_id.

Returns:

  • (::String)


1280
1281
1282
# File 'sig/types.rbs', line 1280

def authorizer_id
  @authorizer_id
end

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def body
  @body
end

#headers::Hash[::String, ::String]

Returns the value of attribute headers.

Returns:

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


1281
1282
1283
# File 'sig/types.rbs', line 1281

def headers
  @headers
end

#multi_value_headers::Hash[::String, ::Array[::String]]

Returns the value of attribute multi_value_headers.

Returns:

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


1282
1283
1284
# File 'sig/types.rbs', line 1282

def multi_value_headers
  @multi_value_headers
end

#path_with_query_string::String

Returns the value of attribute path_with_query_string.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def path_with_query_string
  @path_with_query_string
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1279
1280
1281
# File 'sig/types.rbs', line 1279

def rest_api_id
  @rest_api_id
end

#stage_variables::Hash[::String, ::String]

Returns the value of attribute stage_variables.

Returns:

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


1285
1286
1287
# File 'sig/types.rbs', line 1285

def stage_variables
  @stage_variables
end