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 stack set operation.

Returns:

  • (String)


2141
2142
2143
2144
2145
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2141

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