Class: Aws::CloudFormation::Types::DescribeStackSetOperationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeStackSetOperationOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_set_operation ⇒ Types::StackSetOperation
The specified stack set operation.
Instance Attribute Details
#stack_set_operation ⇒ Types::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 |