Class: Aws::ApiGatewayV2::Types::CreateDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::CreateDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #api_id ⇒ String
-
#description ⇒ String
A string with a length between [0-1024].
-
#stage_name ⇒ String
A string with a length between [1-128].
Instance Attribute Details
#api_id ⇒ String
1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1108 class CreateDeploymentRequest < Struct.new( :api_id, :description, :stage_name) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1108 class CreateDeploymentRequest < Struct.new( :api_id, :description, :stage_name) SENSITIVE = [] include Aws::Structure end |
#stage_name ⇒ String
A string with a length between [1-128].
1108 1109 1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1108 class CreateDeploymentRequest < Struct.new( :api_id, :description, :stage_name) SENSITIVE = [] include Aws::Structure end |