class Aws::ApiGatewayV2::Types::CreateDeploymentRequest

@note When making an API call, you may pass CreateDeploymentRequest

data as a hash:

    {
      api_id: "__string", # required
      description: "StringWithLengthBetween0And1024",
      stage_name: "StringWithLengthBetween1And128",
    }

@!attribute [rw] api_id

@return [String]

@!attribute [rw] description

A string with a length between \[0-1024\].
@return [String]

@!attribute [rw] stage_name

A string with a length between \[1-128\].
@return [String]

Constants

SENSITIVE