Class: Aws::ApiGatewayV2::Types::CreateDeploymentRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1222

class CreateDeploymentRequest < Struct.new(
  :api_id,
  :description,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A string with a length between [0-1024].

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1222

class CreateDeploymentRequest < Struct.new(
  :api_id,
  :description,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

A string with a length between [1-128].

Returns:

  • (String)


1222
1223
1224
1225
1226
1227
1228
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 1222

class CreateDeploymentRequest < Struct.new(
  :api_id,
  :description,
  :stage_name)
  SENSITIVE = []
  include Aws::Structure
end