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.
3407 3408 3409 3410 3411 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 3407 class DescribeStackSetOperationOutput < Struct.new( :stack_set_operation) SENSITIVE = [] include Aws::Structure end |