Class: Aws::Types::CustomResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_response_body_key::String

Returns the value of attribute custom_response_body_key.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def custom_response_body_key
  @custom_response_body_key
end

#response_code::Integer

Returns the value of attribute response_code.

Returns:

  • (::Integer)


313
314
315
# File 'sig/types.rbs', line 313

def response_code
  @response_code
end

#response_headers::Array[Types::CustomHTTPHeader]

Returns the value of attribute response_headers.

Returns:



315
316
317
# File 'sig/types.rbs', line 315

def response_headers
  @response_headers
end