Class: Aws::Types::UpdateAction

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)


1892
1893
1894
# File 'sig/types.rbs', line 1892

def cache_cluster_id
  @cache_cluster_id
end

#cache_node_update_status::Array[Types::CacheNodeUpdateStatus]

Returns the value of attribute cache_node_update_status.

Returns:



1905
1906
1907
# File 'sig/types.rbs', line 1905

def cache_node_update_status
  @cache_node_update_status
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


1907
1908
1909
# File 'sig/types.rbs', line 1907

def engine
  @engine
end

#estimated_update_time::String

Returns the value of attribute estimated_update_time.

Returns:

  • (::String)


1906
1907
1908
# File 'sig/types.rbs', line 1906

def estimated_update_time
  @estimated_update_time
end

#node_group_update_status::Array[Types::NodeGroupUpdateStatus]

Returns the value of attribute node_group_update_status.

Returns:



1904
1905
1906
# File 'sig/types.rbs', line 1904

def node_group_update_status
  @node_group_update_status
end

#nodes_updated::String

Returns the value of attribute nodes_updated.

Returns:

  • (::String)


1901
1902
1903
# File 'sig/types.rbs', line 1901

def nodes_updated
  @nodes_updated
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


1891
1892
1893
# File 'sig/types.rbs', line 1891

def replication_group_id
  @replication_group_id
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


1893
1894
1895
# File 'sig/types.rbs', line 1893

def service_update_name
  @service_update_name
end

Returns the value of attribute service_update_recommended_apply_by_date.

Returns:

  • (::Time)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def service_update_recommended_apply_by_date
  @service_update_recommended_apply_by_date
end

#service_update_release_date::Time

Returns the value of attribute service_update_release_date.

Returns:

  • (::Time)


1894
1895
1896
# File 'sig/types.rbs', line 1894

def service_update_release_date
  @service_update_release_date
end

#service_update_severity"critical", ...

Returns the value of attribute service_update_severity.

Returns:

  • ("critical", "important", "medium", "low")


1895
1896
1897
# File 'sig/types.rbs', line 1895

def service_update_severity
  @service_update_severity
end

#service_update_status"available", ...

Returns the value of attribute service_update_status.

Returns:

  • ("available", "cancelled", "expired")


1896
1897
1898
# File 'sig/types.rbs', line 1896

def service_update_status
  @service_update_status
end

#service_update_type"security-update"

Returns the value of attribute service_update_type.

Returns:

  • ("security-update")


1898
1899
1900
# File 'sig/types.rbs', line 1898

def service_update_type
  @service_update_type
end

#sla_met"yes", ...

Returns the value of attribute sla_met.

Returns:

  • ("yes", "no", "n/a")


1903
1904
1905
# File 'sig/types.rbs', line 1903

def sla_met
  @sla_met
end

#update_action_available_date::Time

Returns the value of attribute update_action_available_date.

Returns:

  • (::Time)


1899
1900
1901
# File 'sig/types.rbs', line 1899

def update_action_available_date
  @update_action_available_date
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")


1900
1901
1902
# File 'sig/types.rbs', line 1900

def update_action_status
  @update_action_status
end

#update_action_status_modified_date::Time

Returns the value of attribute update_action_status_modified_date.

Returns:

  • (::Time)


1902
1903
1904
# File 'sig/types.rbs', line 1902

def update_action_status_modified_date
  @update_action_status_modified_date
end