Class: Aws::ApiGatewayV2::Types::UpdatePortalRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigatewayv2/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizationTypes::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_configurationTypes::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_arnsArray<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_uriString



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_contentTypes::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_idString



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_nameString



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