Class: Aws::AppTest::Types::CreateCloudFormationSummary

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

Overview

Creates a CloudFormation summary.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#step_inputTypes::CreateCloudFormationStepInput

The step input of the CloudFormation summary.



468
469
470
471
472
473
# File 'lib/aws-sdk-apptest/types.rb', line 468

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

#step_outputTypes::CreateCloudFormationStepOutput

The step output of the CloudFormation summary.



468
469
470
471
472
473
# File 'lib/aws-sdk-apptest/types.rb', line 468

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