Class: Aws::ApiGatewayV2::Types::EndpointDisplayContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::EndpointDisplayContent
- 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
-
#none ⇒ Types::None
If your product REST endpoint contains no overrides, the none object is returned.
-
#overrides ⇒ Types::DisplayContentOverrides
The overrides for endpoint display content.
Instance Attribute Details
#none ⇒ Types::None
If your product REST endpoint contains no overrides, the none object is returned.
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 |
#overrides ⇒ Types::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 |