Class: Aws::ApiGatewayV2::Types::UpdatePortalRequestContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdatePortalRequestContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Updates a portal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
The authorization of the portal.
-
#endpoint_configuration ⇒ Types::EndpointConfigurationRequest
Represents an endpoint configuration.
-
#included_portal_product_arns ⇒ Array<String>
The ARNs of the portal products included in the portal.
-
#logo_uri ⇒ String
The logo URI.
-
#portal_content ⇒ Types::PortalContent
Contains the content that is visible to portal consumers including the themes, display names, and description.
-
#rum_app_monitor_name ⇒ String
The CloudWatch RUM app monitor name.
Instance Attribute Details
#authorization ⇒ Types::Authorization
The authorization of the portal.
10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10132 class UpdatePortalRequestContent < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#endpoint_configuration ⇒ Types::EndpointConfigurationRequest
Represents an endpoint configuration.
10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10132 class UpdatePortalRequestContent < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#included_portal_product_arns ⇒ Array<String>
The ARNs of the portal products included in the portal.
10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10132 class UpdatePortalRequestContent < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#logo_uri ⇒ String
The logo URI.
10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10132 class UpdatePortalRequestContent < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#portal_content ⇒ Types::PortalContent
Contains the content that is visible to portal consumers including the themes, display names, and description.
10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10132 class UpdatePortalRequestContent < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#rum_app_monitor_name ⇒ String
The CloudWatch RUM app monitor name.
10132 10133 10134 10135 10136 10137 10138 10139 10140 10141 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10132 class UpdatePortalRequestContent < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |