Class: Aws::CloudFormation::Types::StackSetOperationStatusDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::StackSetOperationStatusDetails
- Defined in:
- gems/aws-sdk-cloudformation/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.
9413 9414 9415 9416 9417 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 9413 class StackSetOperationStatusDetails < Struct.new( :failed_stack_instances_count) SENSITIVE = [] include Aws::Structure end |