Class: Aws::CloudFormation::Types::UpdateStackInstancesOutput

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)


5792
5793
5794
5795
# File 'lib/aws-sdk-cloudformation/types.rb', line 5792

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