Class: Aws::Types::UnprocessedUpdateAction

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)


1883
1884
1885
# File 'sig/types.rbs', line 1883

def cache_cluster_id
  @cache_cluster_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def error_message
  @error_message
end

#error_type::String

Returns the value of attribute error_type.

Returns:

  • (::String)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def error_type
  @error_type
end

#replication_group_id::String

Returns the value of attribute replication_group_id.

Returns:

  • (::String)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def replication_group_id
  @replication_group_id
end

#service_update_name::String

Returns the value of attribute service_update_name.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def service_update_name
  @service_update_name
end