Class: Aws::CloudFormation::Types::DescribeStackSetOperationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::DescribeStackSetOperationOutput
- Defined in:
- gems/aws-sdk-cloudformation/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.
2855 2856 2857 2858 2859 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 2855 class DescribeStackSetOperationOutput < Struct.new( :stack_set_operation) SENSITIVE = [] include Aws::Structure end |