Class: Aws::ApiGatewayV2::Types::PortalContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::PortalContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Contains the content that is visible to portal consumers including the themes, display names, and description.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the portal.
-
#display_name ⇒ String
The display name for the portal.
-
#theme ⇒ Types::PortalTheme
The theme for the portal.
Instance Attribute Details
#description ⇒ String
A description of the portal.
7134 7135 7136 7137 7138 7139 7140 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7134 class PortalContent < Struct.new( :description, :display_name, :theme) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name for the portal.
7134 7135 7136 7137 7138 7139 7140 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7134 class PortalContent < Struct.new( :description, :display_name, :theme) SENSITIVE = [] include Aws::Structure end |
#theme ⇒ Types::PortalTheme
The theme for the portal.
7134 7135 7136 7137 7138 7139 7140 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7134 class PortalContent < Struct.new( :description, :display_name, :theme) SENSITIVE = [] include Aws::Structure end |