Class: Aws::ApiGatewayV2::Types::UpdateDeploymentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::UpdateDeploymentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #api_id ⇒ String
- #deployment_id ⇒ String
-
#description ⇒ String
A string with a length between [0-1024].
Instance Attribute Details
#api_id ⇒ String
6403 6404 6405 6406 6407 6408 6409 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6403 class UpdateDeploymentRequest < Struct.new( :api_id, :deployment_id, :description) SENSITIVE = [] include Aws::Structure end |
#deployment_id ⇒ String
6403 6404 6405 6406 6407 6408 6409 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6403 class UpdateDeploymentRequest < Struct.new( :api_id, :deployment_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A string with a length between [0-1024].
6403 6404 6405 6406 6407 6408 6409 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 6403 class UpdateDeploymentRequest < Struct.new( :api_id, :deployment_id, :description) SENSITIVE = [] include Aws::Structure end |