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

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

#operation_idString

The unique identifier for this StackSet operation.

Returns:

  • (String)


2285
2286
2287
2288
2289
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2285

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