Class: Aws::ApiGatewayV2::Types::UpdatePortalRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdatePortalRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization ⇒ Types::Authorization
Represents an authorization configuration for a portal.
-
#endpoint_configuration ⇒ Types::EndpointConfigurationRequest
Represents an endpoint configuration.
- #included_portal_product_arns ⇒ Array<String>
- #logo_uri ⇒ String
-
#portal_content ⇒ Types::PortalContent
Contains the content that is visible to portal consumers including the themes, display names, and description.
- #portal_id ⇒ String
- #rum_app_monitor_name ⇒ String
Instance Attribute Details
#authorization ⇒ Types::Authorization
Represents an authorization configuration for a portal.
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#endpoint_configuration ⇒ Types::EndpointConfigurationRequest
Represents an endpoint configuration.
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#included_portal_product_arns ⇒ Array<String>
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#logo_uri ⇒ String
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :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.
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#portal_id ⇒ String
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |
#rum_app_monitor_name ⇒ String
10093 10094 10095 10096 10097 10098 10099 10100 10101 10102 10103 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 10093 class UpdatePortalRequest < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :logo_uri, :portal_content, :portal_id, :rum_app_monitor_name) SENSITIVE = [] include Aws::Structure end |