Class: Aws::CloudFormation::Types::DescribeStackRefactorOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description to help you identify the refactor.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#execution_statusString

The stack refactor execution operation status that's provided after calling the ExecuteStackRefactor action.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#execution_status_reasonString

A detailed explanation for the stack refactor ExecutionStatus.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stack_idsArray<String>

The unique ID for each stack.

Returns:

  • (Array<String>)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#stack_refactor_idString

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

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The stack refactor operation status that's provided after calling the CreateStackRefactor action.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

A detailed explanation for the stack refactor operation Status.

Returns:

  • (String)


3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3125

class DescribeStackRefactorOutput < Struct.new(
  :description,
  :stack_refactor_id,
  :stack_ids,
  :execution_status,
  :execution_status_reason,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end