Class: Aws::ApiGatewayV2::Types::PortalTheme

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#custom_colorsTypes::CustomColors

Defines custom color values.

Returns:



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_uploadedTime

The timestamp when the logo was last uploaded.

Returns:

  • (Time)


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