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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_operationTypes::StackSetOperation

The specified stack set operation.



3297
3298
3299
3300
3301
# File 'lib/aws-sdk-cloudformation/types.rb', line 3297

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