Class: Aws::AppTest::Types::CreateCloudFormationStepOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::CreateCloudFormationStepOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Creates a CloudFormation step output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#exports ⇒ Hash<String,String>
The exports of the CloudFormation step output.
-
#stack_id ⇒ String
The stack ID of the CloudFormation step output.
Instance Attribute Details
#exports ⇒ Hash<String,String>
The exports of the CloudFormation step output.
449 450 451 452 453 454 |
# File 'lib/aws-sdk-apptest/types.rb', line 449 class CreateCloudFormationStepOutput < Struct.new( :stack_id, :exports) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID of the CloudFormation step output.
449 450 451 452 453 454 |
# File 'lib/aws-sdk-apptest/types.rb', line 449 class CreateCloudFormationStepOutput < Struct.new( :stack_id, :exports) SENSITIVE = [] include Aws::Structure end |