Class: Aws::Types::CacheNodeUpdateStatus

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_id::String

Returns the value of attribute cache_node_id.

Returns:

  • (::String)


171
172
173
# File 'sig/types.rbs', line 171

def cache_node_id
  @cache_node_id
end

#node_deletion_date::Time

Returns the value of attribute node_deletion_date.

Returns:

  • (::Time)


173
174
175
# File 'sig/types.rbs', line 173

def node_deletion_date
  @node_deletion_date
end

#node_update_end_date::Time

Returns the value of attribute node_update_end_date.

Returns:

  • (::Time)


175
176
177
# File 'sig/types.rbs', line 175

def node_update_end_date
  @node_update_end_date
end

#node_update_initiated_by"system", "customer"

Returns the value of attribute node_update_initiated_by.

Returns:

  • ("system", "customer")


176
177
178
# File 'sig/types.rbs', line 176

def node_update_initiated_by
  @node_update_initiated_by
end

#node_update_initiated_date::Time

Returns the value of attribute node_update_initiated_date.

Returns:

  • (::Time)


177
178
179
# File 'sig/types.rbs', line 177

def node_update_initiated_date
  @node_update_initiated_date
end

#node_update_start_date::Time

Returns the value of attribute node_update_start_date.

Returns:

  • (::Time)


174
175
176
# File 'sig/types.rbs', line 174

def node_update_start_date
  @node_update_start_date
end

#node_update_status"not-applied", ...

Returns the value of attribute node_update_status.

Returns:

  • ("not-applied", "waiting-to-start", "in-progress", "stopping", "stopped", "complete")


172
173
174
# File 'sig/types.rbs', line 172

def node_update_status
  @node_update_status
end

#node_update_status_modified_date::Time

Returns the value of attribute node_update_status_modified_date.

Returns:

  • (::Time)


178
179
180
# File 'sig/types.rbs', line 178

def node_update_status_modified_date
  @node_update_status_modified_date
end