Class: Aws::ElastiCache::Types::NodeGroupUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::NodeGroupUpdateStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
The status of the service update on the node group
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#node_group_id ⇒ String
The ID of the node group.
-
#node_group_member_update_status ⇒ Array<Types::NodeGroupMemberUpdateStatus>
The status of the service update on the node group member.
Instance Attribute Details
#node_group_id ⇒ String
The ID of the node group
7086 7087 7088 7089 7090 7091 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7086 class NodeGroupUpdateStatus < Struct.new( :node_group_id, :node_group_member_update_status) SENSITIVE = [] include Aws::Structure end |
#node_group_member_update_status ⇒ Array<Types::NodeGroupMemberUpdateStatus>
The status of the service update on the node group member
7086 7087 7088 7089 7090 7091 |
# File 'lib/aws-sdk-elasticache/types.rb', line 7086 class NodeGroupUpdateStatus < Struct.new( :node_group_id, :node_group_member_update_status) SENSITIVE = [] include Aws::Structure end |