Class: Aws::AppTest::Types::DeleteCloudFormationStepInput

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

Overview

Deletes the CloudFormation step input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_idString

The stack ID of the deleted CloudFormation step input.

Returns:

  • (String)


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