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)


7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7044

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



7044
7045
7046
7047
7048
7049
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7044

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