Class: Aws::Proton::Types::DeleteDeploymentOutput

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

#deploymentTypes::Deployment

The detailed data of the deployment being deleted.

Returns:



1494
1495
1496
1497
1498
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 1494

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