Class: Aws::Types::NodeGroupMemberUpdateStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_id::String

Returns the value of attribute cache_cluster_id.

Returns:

  • (::String)


1350
1351
1352
# File 'sig/types.rbs', line 1350

def cache_cluster_id
  @cache_cluster_id
end

#cache_node_id::String

Returns the value of attribute cache_node_id.

Returns:

  • (::String)


1351
1352
1353
# File 'sig/types.rbs', line 1351

def cache_node_id
  @cache_node_id
end

#node_deletion_date::Time

Returns the value of attribute node_deletion_date.

Returns:

  • (::Time)


1353
1354
1355
# File 'sig/types.rbs', line 1353

def node_deletion_date
  @node_deletion_date
end

#node_update_end_date::Time

Returns the value of attribute node_update_end_date.

Returns:

  • (::Time)


1355
1356
1357
# File 'sig/types.rbs', line 1355

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")


1356
1357
1358
# File 'sig/types.rbs', line 1356

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)


1357
1358
1359
# File 'sig/types.rbs', line 1357

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)


1354
1355
1356
# File 'sig/types.rbs', line 1354

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")


1352
1353
1354
# File 'sig/types.rbs', line 1352

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)


1358
1359
1360
# File 'sig/types.rbs', line 1358

def node_update_status_modified_date
  @node_update_status_modified_date
end