Class: Aws::ApiGatewayV2::Types::Deployment

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

Overview

An immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_deployedBoolean

Specifies whether a deployment was automatically released.

Returns:

  • (Boolean)


2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2973

class Deployment < Struct.new(
  :auto_deployed,
  :created_date,
  :deployment_id,
  :deployment_status,
  :deployment_status_message,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateTime

The date and time when the Deployment resource was created.

Returns:

  • (Time)


2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2973

class Deployment < Struct.new(
  :auto_deployed,
  :created_date,
  :deployment_id,
  :deployment_status,
  :deployment_status_message,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_idString

The identifier for the deployment.

Returns:

  • (String)


2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2973

class Deployment < Struct.new(
  :auto_deployed,
  :created_date,
  :deployment_id,
  :deployment_status,
  :deployment_status_message,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_statusString

The status of the deployment: PENDING, FAILED, or SUCCEEDED.

Returns:

  • (String)


2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2973

class Deployment < Struct.new(
  :auto_deployed,
  :created_date,
  :deployment_id,
  :deployment_status,
  :deployment_status_message,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_status_messageString

May contain additional feedback on the status of an API deployment.

Returns:

  • (String)


2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2973

class Deployment < Struct.new(
  :auto_deployed,
  :created_date,
  :deployment_id,
  :deployment_status,
  :deployment_status_message,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the deployment.

Returns:

  • (String)


2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 2973

class Deployment < Struct.new(
  :auto_deployed,
  :created_date,
  :deployment_id,
  :deployment_status,
  :deployment_status_message,
  :description)
  SENSITIVE = []
  include Aws::Structure
end