Class: Aws::ElastiCache::Types::CacheNodeUpdateStatus

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 cache node

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_idString

The node ID of the cache cluster

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_deletion_dateTime

The deletion date of the node

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_update_end_dateTime

The end date of the update for a node

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_update_initiated_byString

Reflects whether the update was initiated by the customer or automatically applied

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_update_initiated_dateTime

The date when the update is triggered

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_update_start_dateTime

The start date of the update for a node

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_update_statusString

The update status of the node

Returns:

  • (String)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#node_update_status_modified_dateTime

The date when the NodeUpdateStatus was last modified>

Returns:

  • (Time)


998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 998

class CacheNodeUpdateStatus < Struct.new(
  :cache_node_id,
  :node_update_status,
  :node_deletion_date,
  :node_update_start_date,
  :node_update_end_date,
  :node_update_initiated_by,
  :node_update_initiated_date,
  :node_update_status_modified_date)
  SENSITIVE = []
  include Aws::Structure
end