Class: Aws::AppTest::Types::CreateCloudFormationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateCloudFormationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Creates a CloudFormation summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#step_input ⇒ Types::CreateCloudFormationStepInput
The step input of the CloudFormation summary.
-
#step_output ⇒ Types::CreateCloudFormationStepOutput
The step output of the CloudFormation summary.
Instance Attribute Details
#step_input ⇒ Types::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_output ⇒ Types::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 |