Class: Aws::ElastiCache::Types::NodeGroupUpdateStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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

Instance Attribute Details

#node_group_idString

The ID of the node group

Returns:

  • (String)


7120
7121
7122
7123
7124
7125
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7120

class NodeGroupUpdateStatus < Struct.new(
  :node_group_id,
  :node_group_member_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#node_group_member_update_statusArray<Types::NodeGroupMemberUpdateStatus>

The status of the service update on the node group member



7120
7121
7122
7123
7124
7125
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7120

class NodeGroupUpdateStatus < Struct.new(
  :node_group_id,
  :node_group_member_update_status)
  SENSITIVE = []
  include Aws::Structure
end