Class: Aws::Types::ProcessedUpdateAction

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)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def cache_cluster_id
  @cache_cluster_id
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def replication_group_id
  @replication_group_id
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def service_update_name
  @service_update_name
end

#update_action_status"not-applied", ...

Returns the value of attribute update_action_status.

Returns:

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


1441
1442
1443
# File 'sig/types.rbs', line 1441

def update_action_status
  @update_action_status
end