Class: Aws::ApiGatewayV2::Types::UpdatePortalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdatePortalResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/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::EndpointConfigurationResponse
Represents an endpoint configuration.
-
#included_portal_product_arns ⇒ Array<String>
-
#last_modified ⇒ Time
-
#last_published ⇒ Time
-
#last_published_description ⇒ String
-
#portal_arn ⇒ String
-
#portal_content ⇒ Types::PortalContent
Contains the content that is visible to portal consumers including the themes, display names, and description.
-
#portal_id ⇒ String
-
#preview ⇒ Types::Preview
Contains the preview status and preview URL.
-
#publish_status ⇒ String
Represents a publish status.
-
#rum_app_monitor_name ⇒ String
-
#status_exception ⇒ Types::StatusException
Represents a StatusException.
-
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
Instance Attribute Details
#authorization ⇒ Types::Authorization
Represents an authorization configuration for a portal.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#endpoint_configuration ⇒ Types::EndpointConfigurationResponse
Represents an endpoint configuration.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#included_portal_product_arns ⇒ Array<String>
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#last_modified ⇒ Time
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#last_published ⇒ Time
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#last_published_description ⇒ String
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#portal_arn ⇒ String
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) 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.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#portal_id ⇒ String
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#preview ⇒ Types::Preview
Contains the preview status and preview URL.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#publish_status ⇒ String
Represents a publish status.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#rum_app_monitor_name ⇒ String
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#status_exception ⇒ Types::StatusException
Represents a StatusException.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Represents a collection of tags associated with the resource.
10193 10194 10195 10196 10197 10198 10199 10200 10201 10202 10203 10204 10205 10206 10207 10208 10209 10210 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 10193 class UpdatePortalResponse < Struct.new( :authorization, :endpoint_configuration, :included_portal_product_arns, :last_modified, :last_published, :last_published_description, :portal_arn, :portal_content, :portal_id, :preview, :publish_status, :rum_app_monitor_name, :status_exception, :tags) SENSITIVE = [] include Aws::Structure end |