Class: Aws::ApiGatewayV2::Types::EndpointDisplayContent

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

Overview

Represents the endpoint display content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#noneTypes::None

If your product REST endpoint contains no overrides, the none object is returned.

Returns:

  • (Types::None)


4146
4147
4148
4149
4150
4151
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4146

class EndpointDisplayContent < Struct.new(
  :none,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end

#overridesTypes::DisplayContentOverrides

The overrides for endpoint display content.



4146
4147
4148
4149
4150
4151
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 4146

class EndpointDisplayContent < Struct.new(
  :none,
  :overrides)
  SENSITIVE = []
  include Aws::Structure
end