Struct rusoto_apigateway::DeleteGatewayResponseRequest [] [src]

pub struct DeleteGatewayResponseRequest {
    pub response_type: String,
    pub rest_api_id: String,
}

Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.

Fields

The response type of the associated GatewayResponse. Valid values are

  • ACCESS_DENIED
  • API_CONFIGURATION_ERROR
  • AUTHORIZER_FAILURE
  • AUTHORIZER_CONFIGURATION_ERROR
  • BAD_REQUEST_PARAMETERS
  • BAD_REQUEST_BODY
  • DEFAULT_4XX
  • DEFAULT_5XX
  • EXPIRED_TOKEN
  • INVALID_SIGNATURE
  • INTEGRATION_FAILURE
  • INTEGRATION_TIMEOUT
  • INVALID_API_KEY
  • MISSING_AUTHENTICATION_TOKEN
  • QUOTA_EXCEEDED
  • REQUEST_TOO_LARGE
  • RESOURCE_NOT_FOUND
  • THROTTLED
  • UNAUTHORIZED
  • UNSUPPORTED_MEDIA_TYPES

The string identifier of the associated RestApi.

Trait Implementations

impl Default for DeleteGatewayResponseRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteGatewayResponseRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteGatewayResponseRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations