Class: Aws::Types::BacktrackDBClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backtrack_to::Time

Returns the value of attribute backtrack_to.

Returns:

  • (::Time)


142
143
144
# File 'sig/types.rbs', line 142

def backtrack_to
  @backtrack_to
end

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def db_cluster_identifier
  @db_cluster_identifier
end

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


143
144
145
# File 'sig/types.rbs', line 143

def force
  @force
end

#use_earliest_time_on_point_in_time_unavailableBoolean

Returns the value of attribute use_earliest_time_on_point_in_time_unavailable.

Returns:

  • (Boolean)


144
145
146
# File 'sig/types.rbs', line 144

def use_earliest_time_on_point_in_time_unavailable
  @use_earliest_time_on_point_in_time_unavailable
end