Class: Aws::Proton::Types::CancelEnvironmentDeploymentInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_nameString

The name of the environment with the deployment to cancel.

Returns:

  • (String)


115
116
117
118
119
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 115

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