Class: Aws::ApiGatewayV2::Types::UpdateDeploymentInput

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

Overview

Represents the input parameters for an UpdateDeployment request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the deployment resource.

Returns:

  • (String)


6390
6391
6392
6393
6394
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 6390

class UpdateDeploymentInput < Struct.new(
  :description)
  SENSITIVE = []
  include Aws::Structure
end