Class: Aws::ApiGatewayV2::Types::Preview
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::Preview
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
Contains the preview status and preview URL.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#preview_status ⇒ String
The status of the preview.
-
#preview_url ⇒ String
The URL of the preview.
-
#status_exception ⇒ Types::StatusException
The status exception information.
Instance Attribute Details
#preview_status ⇒ String
The status of the preview.
7291 7292 7293 7294 7295 7296 7297 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7291 class Preview < Struct.new( :preview_status, :preview_url, :status_exception) SENSITIVE = [] include Aws::Structure end |
#preview_url ⇒ String
The URL of the preview.
7291 7292 7293 7294 7295 7296 7297 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7291 class Preview < Struct.new( :preview_status, :preview_url, :status_exception) SENSITIVE = [] include Aws::Structure end |
#status_exception ⇒ Types::StatusException
The status exception information.
7291 7292 7293 7294 7295 7296 7297 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 7291 class Preview < Struct.new( :preview_status, :preview_url, :status_exception) SENSITIVE = [] include Aws::Structure end |