Class: Aws::ElastiCache::Types::UpdateActionResultsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::UpdateActionResultsMessage
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#processed_update_actions ⇒ Array<Types::ProcessedUpdateAction>
Update actions that have been processed successfully.
-
#unprocessed_update_actions ⇒ Array<Types::UnprocessedUpdateAction>
Update actions that haven't been processed successfully.
Instance Attribute Details
#processed_update_actions ⇒ Array<Types::ProcessedUpdateAction>
Update actions that have been processed successfully
9633 9634 9635 9636 9637 9638 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9633 class UpdateActionResultsMessage < Struct.new( :processed_update_actions, :unprocessed_update_actions) SENSITIVE = [] include Aws::Structure end |
#unprocessed_update_actions ⇒ Array<Types::UnprocessedUpdateAction>
Update actions that haven't been processed successfully
9633 9634 9635 9636 9637 9638 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 9633 class UpdateActionResultsMessage < Struct.new( :processed_update_actions, :unprocessed_update_actions) SENSITIVE = [] include Aws::Structure end |