Class: Aws::CloudFormation::Types::StackSetOperationStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackSetOperationStatusDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Detailed information about the StackSet operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed_stack_instances_count ⇒ Integer
The number of stack instances for which the StackSet operation failed.
Instance Attribute Details
#failed_stack_instances_count ⇒ Integer
The number of stack instances for which the StackSet operation failed.
9536 9537 9538 9539 9540 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 9536 class StackSetOperationStatusDetails < Struct.new( :failed_stack_instances_count) SENSITIVE = [] include Aws::Structure end |