Class: Aws::ApiGatewayV2::Types::PortalTheme
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::PortalTheme
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
Defines the theme for a portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_colors ⇒ Types::CustomColors
Defines custom color values.
-
#logo_last_uploaded ⇒ Time
The timestamp when the logo was last uploaded.
Instance Attribute Details
#custom_colors ⇒ Types::CustomColors
Defines custom color values.
7270 7271 7272 7273 7274 7275 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7270 class PortalTheme < Struct.new( :custom_colors, :logo_last_uploaded) SENSITIVE = [] include Aws::Structure end |
#logo_last_uploaded ⇒ Time
The timestamp when the logo was last uploaded.
7270 7271 7272 7273 7274 7275 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7270 class PortalTheme < Struct.new( :custom_colors, :logo_last_uploaded) SENSITIVE = [] include Aws::Structure end |