Class: Aws::Types::DatastoreBackupStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#backup_enabled_at ⇒ ::Time

Returns the value of attribute backup_enabled_at.

Returns:

  • (::Time)


156
157
158
# File 'sig/types.rbs', line 156

def backup_enabled_at
  @backup_enabled_at
end

#configuration ⇒ Types::BackupConfiguration

Returns the value of attribute configuration.



155
156
157
# File 'sig/types.rbs', line 155

def configuration
  @configuration
end

#earliest_restore_point ⇒ ::Time

Returns the value of attribute earliest_restore_point.

Returns:

  • (::Time)


157
158
159
# File 'sig/types.rbs', line 157

def earliest_restore_point
  @earliest_restore_point
end

#latest_restore_point ⇒ ::Time

Returns the value of attribute latest_restore_point.

Returns:

  • (::Time)


158
159
160
# File 'sig/types.rbs', line 158

def latest_restore_point
  @latest_restore_point
end

#scheduled_permanent_deletion_time ⇒ ::Time

Returns the value of attribute scheduled_permanent_deletion_time.

Returns:

  • (::Time)


159
160
161
# File 'sig/types.rbs', line 159

def scheduled_permanent_deletion_time
  @scheduled_permanent_deletion_time
end