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)


1951
1952
1953
1954
1955
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 1951

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