Class: Aws::Types::DescribeUpdateActionsMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#cache_cluster_ids::Array[::String]

Returns the value of attribute cache_cluster_ids.

Returns:



862
863
864
# File 'sig/types.rbs', line 862

def cache_cluster_ids
  @cache_cluster_ids
end

#engine::String

Returns the value of attribute engine.

Returns:



863
864
865
# File 'sig/types.rbs', line 863

def engine
  @engine
end

#marker::String

Returns the value of attribute marker.

Returns:



869
870
871
# File 'sig/types.rbs', line 869

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:



868
869
870
# File 'sig/types.rbs', line 868

def max_records
  @max_records
end

#replication_group_ids::Array[::String]

Returns the value of attribute replication_group_ids.

Returns:



861
862
863
# File 'sig/types.rbs', line 861

def replication_group_ids
  @replication_group_ids
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def service_update_name
  @service_update_name
end

#service_update_status::Array[("available" | "cancelled" | "expired")]

Returns the value of attribute service_update_status.

Returns:



864
865
866
# File 'sig/types.rbs', line 864

def service_update_status
  @service_update_status
end

#service_update_time_rangeTypes::TimeRangeFilter

Returns the value of attribute service_update_time_range.

Returns:



865
866
867
# File 'sig/types.rbs', line 865

def service_update_time_range
  @service_update_time_range
end

#show_node_level_update_statusBoolean

Returns the value of attribute show_node_level_update_status.

Returns:



867
868
869
# File 'sig/types.rbs', line 867

def show_node_level_update_status
  @show_node_level_update_status
end

#update_action_status::Array[("not-applied" | "waiting-to-start" | "in-progress" | "stopping" | "stopped" | "complete" | "scheduling" | "scheduled" | "not-applicable")]

Returns the value of attribute update_action_status.

Returns:



866
867
868
# File 'sig/types.rbs', line 866

def update_action_status
  @update_action_status
end