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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

Returns:

  • (String)


1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1109

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)


1109
1110
1111
1112
1113
1114
1115
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 1109

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