Class: Aws::AppTest::Types::DeleteCloudFormationSummary

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

Overview

Deletes the CloudFormation summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_inputTypes::DeleteCloudFormationStepInput

The step input of the deleted CloudFormation summary.



736
737
738
739
740
741
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 736

class DeleteCloudFormationSummary < Struct.new(
  :step_input,
  :step_output)
  SENSITIVE = []
  include Aws::Structure
end

#step_outputTypes::DeleteCloudFormationStepOutput

The step output of the deleted CloudFormation summary.



736
737
738
739
740
741
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 736

class DeleteCloudFormationSummary < Struct.new(
  :step_input,
  :step_output)
  SENSITIVE = []
  include Aws::Structure
end