Class: Aws::Types::PutGatewayResponseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#response_parameters::Hash[::String, ::String]

Returns the value of attribute response_parameters.

Returns:

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


1050
1051
1052
# File 'sig/types.rbs', line 1050

def response_parameters
  @response_parameters
end

#response_templates::Hash[::String, ::String]

Returns the value of attribute response_templates.

Returns:

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


1051
1052
1053
# File 'sig/types.rbs', line 1051

def response_templates
  @response_templates
end

#response_type"DEFAULT_4XX", ...

Returns the value of attribute response_type.

Returns:

  • ("DEFAULT_4XX", "DEFAULT_5XX", "RESOURCE_NOT_FOUND", "UNAUTHORIZED", "INVALID_API_KEY", "ACCESS_DENIED", "AUTHORIZER_FAILURE", "AUTHORIZER_CONFIGURATION_ERROR", "INVALID_SIGNATURE", "EXPIRED_TOKEN", "MISSING_AUTHENTICATION_TOKEN", "INTEGRATION_FAILURE", "INTEGRATION_TIMEOUT", "API_CONFIGURATION_ERROR", "UNSUPPORTED_MEDIA_TYPE", "BAD_REQUEST_PARAMETERS", "BAD_REQUEST_BODY", "REQUEST_TOO_LARGE", "THROTTLED", "QUOTA_EXCEEDED", "WAF_FILTERED")


1048
1049
1050
# File 'sig/types.rbs', line 1048

def response_type
  @response_type
end

#rest_api_id::String

Returns the value of attribute rest_api_id.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def rest_api_id
  @rest_api_id
end

#status_code::String

Returns the value of attribute status_code.

Returns:

  • (::String)


1049
1050
1051
# File 'sig/types.rbs', line 1049

def status_code
  @status_code
end