Class: Aws::CloudFormation::Types::DescribeStackRefactorInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_refactor_idString

The ID associated with the stack refactor created from the CreateStackRefactor action.

Returns:

  • (String)


3309
3310
3311
3312
3313
# File 'lib/aws-sdk-cloudformation/types.rb', line 3309

class DescribeStackRefactorInput < Struct.new(
  :stack_refactor_id)
  SENSITIVE = []
  include Aws::Structure
end