Class: Aws::Proton::Types::CancelComponentDeploymentInput

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

#component_nameString

The name of the component with the deployment to cancel.

Returns:

  • (String)


90
91
92
93
94
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 90

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