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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#node_group_idString

The ID of the node group

Returns:

  • (String)


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_statusArray<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