Class: Aws::AppTest::Types::DeleteCloudFormationStepInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::DeleteCloudFormationStepInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Deletes the CloudFormation step input.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_id ⇒ String
The stack ID of the deleted CloudFormation step input.
Instance Attribute Details
#stack_id ⇒ String
The stack ID of the deleted CloudFormation step input.
712 713 714 715 716 |
# File 'lib/aws-sdk-apptest/types.rb', line 712 class DeleteCloudFormationStepInput < Struct.new( :stack_id) SENSITIVE = [] include Aws::Structure end |