Class: Aws::ApiGatewayV2::Types::CreateDeploymentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDeploymentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1137 class CreateDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1137 class CreateDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
The identifier.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1137 class CreateDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) SENSITIVE = [] include Aws::Structure end |
#deployment_status ⇒ String
Represents a deployment status.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1137 class CreateDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) SENSITIVE = [] include Aws::Structure end |
#deployment_status_message ⇒ String
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1137 class CreateDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1137 class CreateDeploymentResponse < Struct.new( :auto_deployed, :created_date, :deployment_id, :deployment_status, :deployment_status_message, :description) SENSITIVE = [] include Aws::Structure end |