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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



4146
4147
4148
4149
4150
4151
# File '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 'lib/aws-sdk-apigatewayv2/types.rb', line 4146

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