Class: Aws::AppTest::Types::CreateCloudFormationStepOutput

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

Overview

Creates a CloudFormation step output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exportsHash<String,String>

The exports of the CloudFormation step output.

Returns:

  • (Hash<String,String>)


449
450
451
452
453
454
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 449

class CreateCloudFormationStepOutput < Struct.new(
  :stack_id,
  :exports)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idString

The stack ID of the CloudFormation step output.

Returns:

  • (String)


449
450
451
452
453
454
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 449

class CreateCloudFormationStepOutput < Struct.new(
  :stack_id,
  :exports)
  SENSITIVE = []
  include Aws::Structure
end