Class: Aws::ApiGatewayV2::Types::DisplayContentOverrides

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb

Overview

Contains any values that override the default configuration generated from API Gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bodyString

By default, this is the documentation of your REST API from API Gateway. You can provide custom documentation to override this value.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3918

class DisplayContentOverrides < Struct.new(
  :body,
  :endpoint,
  :operation_name)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The URL for your REST API. By default, API Gateway uses the default execute API endpoint. You can provide a custom domain to override this value.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3918

class DisplayContentOverrides < Struct.new(
  :body,
  :endpoint,
  :operation_name)
  SENSITIVE = []
  include Aws::Structure
end

#operation_nameString

The operation name of the product REST endpoint.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3918

class DisplayContentOverrides < Struct.new(
  :body,
  :endpoint,
  :operation_name)
  SENSITIVE = []
  include Aws::Structure
end