Class: Aws::CloudFormation::Types::DescribeStackSetOperationOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_operationTypes::StackSetOperation

The specified stack set operation.



2193
2194
2195
2196
# File 'lib/aws-sdk-cloudformation/types.rb', line 2193

class DescribeStackSetOperationOutput < Struct.new(
  :stack_set_operation)
  include Aws::Structure
end