Class: Aws::CloudFormation::Types::DeleteStackInstancesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DeleteStackInstancesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#operation_id ⇒ String
The unique identifier for this stack set operation.
Instance Attribute Details
#operation_id ⇒ String
The unique identifier for this stack set operation.
2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 2078 class DeleteStackInstancesOutput < Struct.new( :operation_id) SENSITIVE = [] include Aws::Structure end |