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)


1288
1289
1290
1291
# File 'lib/aws-sdk-cloudformation/types.rb', line 1288

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