You are viewing documentation for version 3 of the AWS SDK for Ruby. Version 2 documentation can be found here.
Class: Aws::ApiGatewayV2::Types::GetDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::GetDeploymentResponse
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Instance Attribute Summary collapse
-
#auto_deployed ⇒ Boolean
-
#created_date ⇒ Time
-
#deployment_id ⇒ String
The identifier.
-
#deployment_status ⇒ String
Represents a deployment status.
-
#deployment_status_message ⇒ String
-
#description ⇒ String
A string with a length between [0-1024].
Instance Attribute Details
#auto_deployed ⇒ Boolean
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3351 class GetDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) include Aws::Structure end |
#created_date ⇒ Time
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3351 class GetDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) include Aws::Structure end |
#deployment_id ⇒ String
The identifier.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3351 class GetDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) include Aws::Structure end |
#deployment_status ⇒ String
Represents a deployment status.
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3351 class GetDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) include Aws::Structure end |
#deployment_status_message ⇒ String
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3351 class GetDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 3351 class GetDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) include Aws::Structure end |