Class: Aws::ApiGatewayV2::Types::Preview

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#preview_statusString

The status of the preview.

Returns:

  • (String)


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_urlString

The URL of the preview.

Returns:

  • (String)


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_exceptionTypes::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