Class: Aws::ApiGatewayV2::Types::PortalContent

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

Instance Attribute Details

#descriptionString

A description of the portal.

Returns:

  • (String)


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_nameString

The display name for the portal.

Returns:

  • (String)


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

#themeTypes::PortalTheme

The theme for the portal.

Returns:



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