Class: Aws::CloudFormation::Types::DeleteStackInstancesOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#operation_idString

The unique identifier for this stack set operation.

Returns:

  • (String)


1567
1568
1569
1570
# File 'lib/aws-sdk-cloudformation/types.rb', line 1567

class DeleteStackInstancesOutput < Struct.new(
  :operation_id)
  include Aws::Structure
end