Class: Aws::AppTest::Types::DeleteCloudFormationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DeleteCloudFormationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Deletes the CloudFormation summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_input ⇒ Types::DeleteCloudFormationStepInput
The step input of the deleted CloudFormation summary.
-
#step_output ⇒ Types::DeleteCloudFormationStepOutput
The step output of the deleted CloudFormation summary.
Instance Attribute Details
#step_input ⇒ Types::DeleteCloudFormationStepInput
The step input of the deleted CloudFormation summary.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-apptest/types.rb', line 736 class DeleteCloudFormationSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |
#step_output ⇒ Types::DeleteCloudFormationStepOutput
The step output of the deleted CloudFormation summary.
736 737 738 739 740 741 |
# File 'lib/aws-sdk-apptest/types.rb', line 736 class DeleteCloudFormationSummary < Struct.new( :step_input, :step_output) SENSITIVE = [] include Aws::Structure end |